Download episodes from vod.tvp.pl
Project description
tvpdownloader
Download episodes from vod.tvp.pl
Install:
pip install tvpdownloader
Usage:
python3 tvpdownloader.py
Publishing:
python3 setup.py sdist
twine upload dist/tvpdownloader-0.1.0.tar.gz
Example:
from tvpdownloader import *
if __name__ == '__main__':
# list of urls to download
urls = [
{"url": "https://vod.tvp.pl/video/rodzinkapl,odc1,3994796", "quality": 5},
{"url": "https://vod.tvp.pl/video/rodzinkapl,odc-221,34842411", "quality": 5},
]
for u in urls:
# download each url
print("Downloading: " + u['url'] + " Quality: " + str(u['quality']))
TVPDownloader(url=u['url'], quality=u['quality']).get()
print("Done!")
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
tvpdownloader-0.5.0.tar.gz
(2.4 kB
view details)
File details
Details for the file tvpdownloader-0.5.0.tar.gz
.
File metadata
- Download URL: tvpdownloader-0.5.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ace4e26d359cbf9df66487ce8eef82afe3dd46457d4977443c4dc446bba42c8d |
|
MD5 | 1cbc074d2fb7cf1e94aca9c75d566b96 |
|
BLAKE2b-256 | b0e9c39a7ec8fab597261ae7b3132af31a935cb4d6382834cbf2e7ad9854345f |