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

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 53

  • @tcctech3211
    @tcctech3211 8 หลายเดือนก่อน +2

    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

  • @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

  • @finance-q8m
    @finance-q8m 4 หลายเดือนก่อน +1

    Bro your channel is a hidden gold mine

  • @laranadesign4764
    @laranadesign4764 2 ปีที่แล้ว +2

    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  2 ปีที่แล้ว

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

  • @muhammadhuzaifa3491
    @muhammadhuzaifa3491 ปีที่แล้ว +2

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

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  ปีที่แล้ว

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

  • @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 :))

  • @EmmaMerry-yh4rs
    @EmmaMerry-yh4rs 8 หลายเดือนก่อน

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

  • @vroonztapes
    @vroonztapes 10 หลายเดือนก่อน

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

  • @ameyjadhav8606
    @ameyjadhav8606 2 ปีที่แล้ว +3

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

  • @watson-ym1vc
    @watson-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.!!

  • @sujaysarkar7775
    @sujaysarkar7775 4 หลายเดือนก่อน

    Sir can u share the code in C#

  • @sureshieee
    @sureshieee ปีที่แล้ว +1

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

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  ปีที่แล้ว

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

  • @tangocharlie3498
    @tangocharlie3498 5 หลายเดือนก่อน +1

    Hey I was not able to execute it. Please help

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  5 หลายเดือนก่อน

      Can you mention what exact issue did you get??

  • @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!!

  • @dr_meet
    @dr_meet ปีที่แล้ว

    how to run python

  • @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.

    • @mattkhiav
      @mattkhiav 8 หลายเดือนก่อน

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

  • @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

  • @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

  • @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

  • @JDSITInfo
    @JDSITInfo 2 ปีที่แล้ว +1

    ModuleNotFoundError: No module named 'requests'

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  2 ปีที่แล้ว

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

  • @hoangtronghuu803
    @hoangtronghuu803 2 ปีที่แล้ว +1

    Hello you, can you help this prolem?

    • @EFFICIENTCORPORATES
      @EFFICIENTCORPORATES  2 ปีที่แล้ว

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

  • @hamad50501
    @hamad50501 ปีที่แล้ว

    kya ap is ko urdu ma samja sakty ha

  • @technews9909
    @technews9909 ปีที่แล้ว

    it didn't work

  • @abhishekgamer9576
    @abhishekgamer9576 ปีที่แล้ว

    hello can you make a video in hindi?

  • @arjunsingh-l5x2m
    @arjunsingh-l5x2m 6 หลายเดือนก่อน

    wow

  • @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 8 หลายเดือนก่อน

      gid gud :D

  • @AndreiNohai
    @AndreiNohai ปีที่แล้ว

    very bad english