Auto Download all Pdf files from Websites | Auto Pdf download from Websites

Поделиться
HTML-код
  • Опубликовано: 21 авг 2024
  • Have you ever visited a Website, which has the link to download the pdf files, and they're a lot of them..
    So we need to click on each of the links and then download and save the pdf files in our systems.
    This simple Python code will help you download all the pdf files which are there in a website to be auto-downloaded in the folder you wish..!!
    Link to the code for Pdf downloader:
    github.com/pra...
    You can also join our Discord Server and learn, Build Share with the Community:
    / discord
    Join the "Efficient Corporates" Community at :
    Discord: / discord
    Linkedin: / efficient-corporates
    Linkedin Discussion Group: / 13967995
    Quora: efficientcorpo...
    Facebook: / efficientcorporates
    Twitter: / efficientcorp
    For Joining the Whatsapp Group: Send a mail at efficientcorporates.info@gmail.com
    For any suggestions on future videos or any other issues , do write to us at efficientcorporates.info@gmail.com
    #AnythingCanBe Automated #AutomatingFinance #EffcientWorking #BeEfficientNotBusy #PythonForFinance #PythonForAccounts

Комментарии • 52

  • @finance-q8m
    @finance-q8m 28 дней назад +1

    Bro your channel is a hidden gold mine

  • @krupamehta8705
    @krupamehta8705 2 года назад +10

    I'm also a CA and like automating things and learning coding to simplify my task good to see other CA's like you using such tools and creating such a nice channel!! Not many CA's are interested in these things

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  2 года назад

      Great to know that Krupa Mehta...!! All the best for your automation journey

  • @tcctech3211
    @tcctech3211 4 месяца назад

    Excellent video and regardless of rude people making comments about your accent, i have trouble with accents and I can understand yours just fine, little advice learn to slow down your talking, English is one of the few languages where slight scuttle pauses between words help with understanding. Thank you for the video

  • @laranadesign4764
    @laranadesign4764 Год назад +1

    This is wonderful, thank you! I can see why this is a helpful tool for your use. For me, doing content migration for government websites, the tool I have been using only works on a single page at a time. These sites have 300 pages on average, so you can see why I am so excited to use this tool. It will save me time and customers money on boring file migration fees for time lost.

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      Yes...By adding a small logic you can change urls and navigate through all those pages...

  • @vroonztapes
    @vroonztapes 7 месяцев назад

    thanks, brother! I was exactly looking to do the same and found yours!!

  • @ponku75
    @ponku75 Год назад +1

    Hi there, its a nice demonstration. Could you pls do another one with a more detail and elaborate process for a basic user

  • @JonathanWoodall
    @JonathanWoodall Год назад +2

    I need to get PDFs from a website but the PDF's arent all in one place. They're's an extra click/page in between the list and the PDF. For example, there's a list of transactions, when you click on the transaction, it takes you to a page where you can download a PDF invoice. I need all of the invoices downloaded. how much harder is that?

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      Yes we can do that using a basic selenium and making modifications in codebase

    • @user-iz1xp4jg2x
      @user-iz1xp4jg2x Год назад

      Hi I'm running in the same problem. Did you find the solution? If yes would you please share it with me :))

  • @ameyjadhav8606
    @ameyjadhav8606 2 года назад +3

    Octa gst tool doesn't work, please make python programme to download gst return in one click

  • @mdwatson-ym1vc
    @mdwatson-ym1vc Год назад +2

    How to download pdf files if there are multiple page on website and each pages has some set of pdf data. ? How can we automatically go on next page to get the same set of data ?

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      You will need to create a loop and make string formatting to change the url upon each loop.!!

  • @EmmaMerry-yh4rs
    @EmmaMerry-yh4rs 4 месяца назад

    this code is not working , please assist it is not showing the downloaded files nor in the folder neither anywhere else

  • @muhammadhuzaifa3491
    @muhammadhuzaifa3491 9 месяцев назад +1

    I want to download all pdf files from an academic research journal. Could you please help me in this regard.

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  9 месяцев назад

      You can use the provided code in the video. For any customised development, please mail us at efficientcorporates.info@gmail.com

  • @tangocharlie3498
    @tangocharlie3498 Месяц назад +1

    Hey I was not able to execute it. Please help

  • @ivanramirez5111
    @ivanramirez5111 2 года назад +1

    Hello sir. An excellent video. I have a question. You use "a[href$='.pdf']" in the first line of the for loop. But what if I want to download pdfs whose url does end with .pdf? Is there a way to dowload them using maybe an slightly modified version of the code you used in the video?

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  2 года назад +1

      Yes....code needs to be modified..
      So, you can send your exact requirements at efficientcorporates.info@gmail.com and we can discuss over that

  • @user-bd5em8js5v
    @user-bd5em8js5v 11 месяцев назад +1

    where to paste the code you have given to download in the discription below

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  11 месяцев назад

      On any IDE , like VS Code , Pycharm or Jupyter notebook

  • @mazen2940
    @mazen2940 Год назад +1

    I'm so gratful for you. I can't open the excel sheet i get error message that says file format is not valid. how can i fix this?

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      The error usually occurs in case where the code did not execute completely and got terminated in between.
      Try running the code completely and then the file should open

    • @mazen2940
      @mazen2940 Год назад +1

      Nvm i fixed it by changing save() to close() at the end

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      @@mazen2940 Oh yes.. that should be an issue of upgradation of pandas module..!! Well done!!

  • @sujaysarkar7775
    @sujaysarkar7775 15 дней назад

    Sir can u share the code in C#

  • @ghadah2627
    @ghadah2627 Год назад +1

    how can I download them if i need to log in into the website?

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      That can be done by adding a selenium code.!! Login can be automated if there is no Captcha. In case of captcha, manual intervention required at time of login.

    • @user-ce5qh2vd6f
      @user-ce5qh2vd6f 4 месяца назад

      @@EFFICIENTCORPORATES do you have a video or code about this please

  • @JDSITInfo
    @JDSITInfo Год назад +1

    ModuleNotFoundError: No module named 'requests'

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      Us this command to download requests module,
      pip install requests
      In case of using jupyter, use ! at starting
      !pip install requests

  • @poojajadhav716
    @poojajadhav716 2 года назад +1

    Sir if the url contails required username and password

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  2 года назад

      In case there's some authentication required, then we can't directly access it ... We might have to use some sort of selenium for web scraping

  • @user-se5ly8jt5b
    @user-se5ly8jt5b 2 месяца назад

    wow

  • @hoangtronghuu803
    @hoangtronghuu803 Год назад +1

    Hello you, can you help this prolem?

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      For any issues, you may write to us at efficientcorporates.info@gmail.com or WhatsApp at +91-7464098001

  • @dr_meet
    @dr_meet Год назад

    how to run python

  • @hamad50501
    @hamad50501 Год назад

    kya ap is ko urdu ma samja sakty ha

  • @abhishekgamer9576
    @abhishekgamer9576 Год назад

    hello can you make a video in hindi?

  • @technews9909
    @technews9909 Год назад

    it didn't work

  • @RNayazTalks
    @RNayazTalks Год назад +1

    useless. for a beginner like me i have watched this video for more than 10 times but couldn't understand.

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  Год назад

      Sorry for that... ! But, As mentioned in video, you need to have the basic knowledge of python and Jupyter notebook to understand and get the code working.
      For understanding the basics, you can refer to Python Playlist for beginners in our channel.
      Happy Learning 😃

    • @Game_Lab_Germany
      @Game_Lab_Germany 4 месяца назад

      gid gud :D

  • @AndreiNohai
    @AndreiNohai Год назад

    very bad english