Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 640 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 640 Bytes

hdrezka_cli

HDrezka CLI client

What the script can do:

  1. Search on HDrezka
  2. Downloading (using wget), playing online (using MPV) or just show url to movie file.
  3. Can download range of episodes of series
  4. Automatic mirror link updating (see here)

Setup automatic mirror update

  1. Open mirror_update.py and constants block
  2. Write your...
    • email in EMAIL constant
    • email password in EMAIL_PASSWORD
    • smtp server host in SMTP_SERVER
    • imap server host in IMAP_SERVER
    • imap server port in IMAP_PORT
  3. Save file and use script!

Feel free to open issues and PRs!