Skip to content

vinigfer/legendastv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation:

pip install legendastv

How to use:

from legendastv import LegendasTV
legendas_tv = LegendasTV('your_login', 'your_password')
legendas_tv.search('The Big Bang Theory', 'S12E18')
url = legendas_tv.search('The Big Bang Theory', 'S12E18')
legendas_tv.download(url, '/destination/folder/file_name')

Can you contribute? Sure! Open a Pull Request, but don't forget to:

  • Apply PEP8 (120 characters limit)
  • Apply Black (120 characters limit)
  • Apply isort

What is missing:

  • Tests
  • Coverage / badges
  • Add MyPy annotations

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages