Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 627 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 627 Bytes

Slideshare Downloader

Simple slideshare slide downloader for slides that are not available for Download to read offline.

Requirements

PIL == 8.2.0 
tqdm == 4.59.0
bs4 == 4.9.3

usages

  1. Single Presentation
python3 slideshare.py -o out_folder \
                        -j True \
                        -i https://www.slideshare.net/Slideshare/achievers-big-secret-to-lead-generation-on-slideshare
  1. Multiple Presentations from txt file.
python3 slideshare.py -o out_folder \
                        -j True \
                        - t True \
                        -i links.txt