summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/kanalplay.py
Commit message (Collapse)AuthorAgeFilesLines
* [kanalplay] Use IETF language tagSergey M․2016-01-231-1/+1
|
* [utils,common] Merge format_srt_time and _subtitles_timecodeYen Chi Hsuan2015-05-121-2/+3
| | | | | | | | format_srt_time uses a comma as the delimiter between seconds and milliseconds while _subtitles_timecode uses a dot. All .srt examples I found on the Internet uses a comma, so I use a comma in the merged version. See http://matroska.org/technical/specs/subtitles/srt.html and http://devel.aegisub.org/wiki/SubtitleFormats/SRT
* [kanalplay] Fix testSergey M․2015-03-141-3/+6
|
* [kanalplay] Extract subtitlesSergey M․2015-03-131-0/+21
|
* [kanalplay] Add extractor (Closes #5188)Sergey M․2015-03-131-0/+72