aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-31[youtube] Filter duplicates in playlists base extractorSergey M․
2016-01-31[youtube] Use authentication for entry list base extractor (Closes #8380)Sergey M․
2016-01-31[Gamekings] Fix viewing of old videosrrooij
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 extractionYen Chi Hsuan
2016-01-31[Gamekings] Fix url from .tv to .nlrrooij
Gamekings doesn't use the .tv top level domain anymore, but the regular domain for Dutch sites.
2016-01-31[schooltv] Improve video id regexSergey M․
2016-01-31Merge pull request #8376 from rrooij/schooltvSergey M
[schooltv] Add extractor for SchoolTV playlists
2016-01-30[schooltv] Add extractor for SchoolTV playlistsrrooij
This closes #8163
2016-01-31[nba] Add ext for hls formats and fix test_NBAYen Chi Hsuan
2016-01-31[nbc] Use NBC's id and fix _TESTSYen Chi Hsuan
ThePlatform URL gives the same ID for all _TESTS
2016-01-31[nrktv] Fix _TESTSYen Chi Hsuan
2016-01-31[senateisvp] Fix test_SenateISVP and test_SenateISVP_1Yen Chi Hsuan
2016-01-31[tv2] Fix test_TV2Yen Chi Hsuan
2016-01-31[screenwavemedia] Fix HLS extension and test_TeamFourYen Chi Hsuan
2016-01-31[vgtv] Fix test_VGTV_2Yen Chi Hsuan
2016-01-31[viidea] Skip download for the test case requiring ffmpegYen Chi Hsuan
2016-01-31[npo] Add extension for m3u8Sergey M․
2016-01-30[limelight] fix format sorting and make m3u8 and f4m extraction non fatalremitamine
2016-01-30[generic] Add support for Limelight APIremitamine
2016-01-30[facebook] Add md5 for the test case with DASHYen Chi Hsuan
2016-01-30[common] Add _extract_dash_manifest_formatsYen Chi Hsuan
2016-01-30[common] Remove unused argumentsYen Chi Hsuan
2016-01-30[common] Rename to namespaceYen Chi Hsuan
For consistency with _parse_smil_*
2016-01-30[youtube] Remove '(v|a)codec': 'none' entriesYen Chi Hsuan
Not used anymore
2016-01-30[downloader/f4m] Do not update fragment list while testSergey M․
2016-01-30[common] Prefer the manifest than formats_dict in determining codecsYen Chi Hsuan
2016-01-30[common] Fix for youtubeYen Chi Hsuan
2016-01-30[youtube] Pass self._formats to _parse_dash_manifestYen Chi Hsuan
2016-01-30[facebook] Add support for DASH manifestsYen Chi Hsuan
2016-01-30[downloader/fragment] Remove superfluous whitespaceSergey M․
2016-01-30[common] Modify _parse_dash_manifest for use in FacebookYen Chi Hsuan
2016-01-30[downloader/f4m] Add live stream flag to contextSergey 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.pyYen Chi Hsuan
2016-01-30[options] Add missing closing parenthesisSergey M․
2016-01-30[matchtv] Add extractor (Closes #8313)Sergey M․
2016-01-30[downloader/f4m] Prefer bootstrap url attribute over inline bootstrap infoSergey M․
2016-01-30[daum.net] Support for playlists, user channelsping
2016-01-30[youtube] Move decrypt_sig out of _parse_dash_manifestYen Chi Hsuan
2016-01-30[facebook] Support alternative webpage formYen Chi Hsuan
Fixes #8371
2016-01-30Add --hls-use-mpegts optionJaime 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.
2016-01-30[daum] Add 'thumbnail' to all _TESTSYen Chi Hsuan
2016-01-30[daum.net] Support VodPlayer.swf URLs (closes #8173)Yen Chi Hsuan
2016-01-30Merge remote-tracking branch 'upstream/master'Yen Chi Hsuan
2016-01-30Merge branch 'ping-daum-fix-clip'Yen Chi Hsuan
2016-01-30[daum.net] Move the request to ClipInfoXml.doYen Chi Hsuan
To reduce the number of wasted requests
2016-01-30Merge branch 'daum-fix-clip' of https://github.com/ping/youtube-dl into ↵Yen Chi Hsuan
ping-daum-fix-clip
2016-01-30[daum] Fix add view_count, comment_count to testping
2016-01-30[daum] Fix copy-paste mistakeping
2016-01-30[espn] Improve video id extraction (Closes #8368)Sergey M․