Skip to content

Youtube Subtitle Downloader downloads subtitles from Youtube videos (if those are present) and convert them to srt format.

License

Notifications You must be signed in to change notification settings

omar-ramo/youtube-subtitle-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Youtube Subtitle Downloader

Youtube Subtitle Downloader downloads subtitles from Youtube videos 
(if those are present) and convert them to SRT format.

Usage: youtubesub.py [-h] [-l] [--language LANGUAGE] [--filename FILENAME]
                     [--filetype {srt,xml}]
                     url

positional arguments:
  url                   URL of the Youtube video

optional arguments:
  -h, --help            show this help message and exit
  -l, --list            list all available languages
  --language LANGUAGE   the ISO language code
  --filename FILENAME   specify the name of subtitle
  --filetype {srt,xml}  specify the output type of subtitle

Example:
python youtubesub.py --filename subtitle --language en http://www.youtube.com/watch?v=5MgBikgcWnY

:copyright: (c) 2014 by Nguyen Dang Minh (www.minhnd.com)
:license: BSD, see LICENSE for more details.

About

Youtube Subtitle Downloader downloads subtitles from Youtube videos (if those are present) and convert them to srt format.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%