Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-01 | [gamekings] Add MD5 back | Yen Chi Hsuan | |
The test is now a YouTube video, whose MD5 should be stable | |||
2016-02-01 | Merge branch 'gamekings_fix' of https://github.com/rrooij/youtube-dl into ↵ | Yen Chi Hsuan | |
rrooij-gamekings_fix | |||
2016-01-31 | [youtube] Use 'orderedSet' instead of 'set' to preserve the order | Jaime Marquínez Ferrándiz | |
2016-01-31 | [FFmpegSubtitlesConvertorPP] delete old subtitle files (fixes #8382) | Jaime Marquínez Ferrándiz | |
2016-01-31 | [xuite] Replace the test case with my uploaded one | Yen Chi Hsuan | |
2016-01-31 | [youporn] Fix uploader and description | Yen Chi Hsuan | |
2016-01-31 | [test_subtitles] Fix TestRaiSubtitles | Yen Chi Hsuan | |
RaiIE is renamed to RaiTVIE in 06d5556dface3901a86419b6b125ef377116448f | |||
2016-01-31 | [test_youtube_lists] Fix TestYoutubeLists.test_youtube_course | Yen Chi Hsuan | |
Youtube entries are now generators | |||
2016-01-31 | release 2016.01.312016.01.31 | Philipp Hagemeister | |
2016-01-31 | [youtube] Filter duplicates in playlists base extractor | Sergey M․ | |
2016-01-31 | [youtube] Use authentication for entry list base extractor (Closes #8380) | Sergey M․ | |
2016-01-31 | [Gamekings] Fix viewing of old videos | rrooij | |
Some old videos that aren't on Vimeo are being uploaded to YouTube under the 'Gamekings Vault' channel. They use YouTube now for some videos as video hosting instead of Vimeo or their own hosting. The first test failed to succeed under the existing code, but works now by using the YouTube extractor. The Regex is changed to find the new gogoVideo JavaScript line with the YouTube embed. Checking if there is a YouTube embed is done by a String find, which is probably not the best method of checking this. | |||
2016-01-31 | [letv] Fix LetvCloud extraction | Yen Chi Hsuan | |
2016-01-31 | [Gamekings] Fix url from .tv to .nl | rrooij | |
Gamekings doesn't use the .tv top level domain anymore, but the regular domain for Dutch sites. | |||
2016-01-31 | [schooltv] Improve video id regex | Sergey M․ | |
2016-01-31 | Merge pull request #8376 from rrooij/schooltv | Sergey M | |
[schooltv] Add extractor for SchoolTV playlists | |||
2016-01-30 | [schooltv] Add extractor for SchoolTV playlists | rrooij | |
This closes #8163 | |||
2016-01-31 | [nba] Add ext for hls formats and fix test_NBA | Yen Chi Hsuan | |
2016-01-31 | [nbc] Use NBC's id and fix _TESTS | Yen Chi Hsuan | |
ThePlatform URL gives the same ID for all _TESTS | |||
2016-01-31 | [nrktv] Fix _TESTS | Yen Chi Hsuan | |
2016-01-31 | [senateisvp] Fix test_SenateISVP and test_SenateISVP_1 | Yen Chi Hsuan | |
2016-01-31 | [tv2] Fix test_TV2 | Yen Chi Hsuan | |
2016-01-31 | [screenwavemedia] Fix HLS extension and test_TeamFour | Yen Chi Hsuan | |
2016-01-31 | [vgtv] Fix test_VGTV_2 | Yen Chi Hsuan | |
2016-01-31 | [viidea] Skip download for the test case requiring ffmpeg | Yen Chi Hsuan | |
2016-01-31 | [npo] Add extension for m3u8 | Sergey M․ | |
2016-01-30 | [limelight] fix format sorting and make m3u8 and f4m extraction non fatal | remitamine | |
2016-01-30 | [generic] Add support for Limelight API | remitamine | |
2016-01-30 | [facebook] Add md5 for the test case with DASH | Yen Chi Hsuan | |
2016-01-30 | [common] Add _extract_dash_manifest_formats | Yen Chi Hsuan | |
2016-01-30 | [common] Remove unused arguments | Yen Chi Hsuan | |
2016-01-30 | [common] Rename to namespace | Yen Chi Hsuan | |
For consistency with _parse_smil_* | |||
2016-01-30 | [youtube] Remove '(v|a)codec': 'none' entries | Yen Chi Hsuan | |
Not used anymore | |||
2016-01-30 | [downloader/f4m] Do not update fragment list while test | Sergey M․ | |
2016-01-30 | [common] Prefer the manifest than formats_dict in determining codecs | Yen Chi Hsuan | |
2016-01-30 | [common] Fix for youtube | Yen Chi Hsuan | |
2016-01-30 | [youtube] Pass self._formats to _parse_dash_manifest | Yen Chi Hsuan | |
2016-01-30 | [facebook] Add support for DASH manifests | Yen Chi Hsuan | |
2016-01-30 | [downloader/fragment] Remove superfluous whitespace | Sergey M․ | |
2016-01-30 | [common] Modify _parse_dash_manifest for use in Facebook | Yen Chi Hsuan | |
2016-01-30 | [downloader/f4m] Add live stream flag to context | Sergey M․ | |
Now download progress for f4m livestreams is reported correctly | |||
2016-01-30 | [downloader/fragment] Do not report total bytes estimation and eta for live ↵ | Sergey M․ | |
streams | |||
2016-01-30 | [common] _parse_dash_manifest() from youtube.py | Yen Chi Hsuan | |
2016-01-30 | [options] Add missing closing parenthesis | Sergey M․ | |
2016-01-30 | [matchtv] Add extractor (Closes #8313) | Sergey M․ | |
2016-01-30 | [downloader/f4m] Prefer bootstrap url attribute over inline bootstrap info | Sergey M․ | |
2016-01-30 | [daum.net] Support for playlists, user channels | ping | |
2016-01-30 | [youtube] Move decrypt_sig out of _parse_dash_manifest | Yen Chi Hsuan | |
2016-01-30 | [facebook] Support alternative webpage form | Yen Chi Hsuan | |
Fixes #8371 | |||
2016-01-30 | Add --hls-use-mpegts option | Jaime Marquínez Ferrándiz | |
When using the mpegts container hls vidoes can be played while being downloaded (useful if you are recording a live stream). VLC and mpv play them file, but QuickTime doesn't. |