Skip to main content

CDA.PL Video downloader

Project description

CDA Downloader

Getting Started

pip install cda_downloader

Basic usage

Import CDA class from the package

from cda_downloader import CDA:

Create an instance. You can specify number of thread, api usage and progress bar:

cda = CDA(multithreading=0, use_api=True, progress_bar=True)

To download video use download_video method. You can provide string or Iterable of strings:

cda.download_videos(path="/download", urls="https://www.cda.pl/video/13617843")
cda.download_videos(path="/download", urls=("https://www.cda.pl/video/13617843",))

You can also use get_video_urls method instead to get uls without a download:

cda.get_video_urls(path="/download", urls="https://www.cda.pl/video/13617843")
cda.get_video_urls(path="/download", urls=("https://www.cda.pl/video/13617843",))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cda_downloader-0.1.0.tar.gz (10.0 kB view hashes)

Uploaded Source

Built Distribution

cda_downloader-0.1.0-py3-none-any.whl (12.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page