aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/kanalplay.py
AgeCommit message (Collapse)Author
2016-01-23[kanalplay] Use IETF language tagSergey M․
2015-05-12[utils,common] Merge format_srt_time and _subtitles_timecodeYen Chi Hsuan
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
2015-03-14[kanalplay] Fix testSergey M․
2015-03-13[kanalplay] Extract subtitlesSergey M․
2015-03-13[kanalplay] Add extractor (Closes #5188)Sergey M․