Skip to main content

Download episodes from vod.tvp.pl

Project description

tvpdownloader

PyPi version

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


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)

Uploaded Source

File details

Details for the file tvpdownloader-0.5.0.tar.gz.

File metadata

File hashes

Hashes for tvpdownloader-0.5.0.tar.gz
Algorithm Hash digest
SHA256 ace4e26d359cbf9df66487ce8eef82afe3dd46457d4977443c4dc446bba42c8d
MD5 1cbc074d2fb7cf1e94aca9c75d566b96
BLAKE2b-256 b0e9c39a7ec8fab597261ae7b3132af31a935cb4d6382834cbf2e7ad9854345f

See more details on using hashes here.

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