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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cda_downloader-0.1.1.tar.gz.
File metadata
- Download URL: cda_downloader-0.1.1.tar.gz
- Upload date:
- Size: 10.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b39a2d5c9934f75535fe498c0883d00fcb37baf9508cafe085bce02a20988ec7
|
|
| MD5 |
af70f275b94d08e9177730f6519f91fe
|
|
| BLAKE2b-256 |
cbc35456edd220f04ca9e2f3217463a0aef64e7db8d9bf6426c64f683b4b2445
|
File details
Details for the file cda_downloader-0.1.1-py3-none-any.whl.
File metadata
- Download URL: cda_downloader-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.10.4 Windows/10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
836856fb6b24ca8e4839da20e77e1656d2c8a854487368b5d8770a803a463aa5
|
|
| MD5 |
c6c3cc9b45bd374851ad459da3668a23
|
|
| BLAKE2b-256 |
173ec0813a7f7b92401573e267e4a5aea1ae50a36e4e40896868c6d22a22dae2
|