aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-04[arte.tv:+7] Fix extraction (fixes #8427)Jaime Marquínez Ferrándiz
2016-02-04release 2016.02.042016.02.04Philipp Hagemeister
2016-02-04[test_subtitles] update youtube subtitles testsremitamine
2016-02-04[youtube] fix subtitle orderremitamine
2016-02-04[youtube] fix subtitle extraction(fixes #8415)remitamine
2016-02-04[generic] extract m3u8 formats when mpegurl content type detectedremitamine
2016-02-04[kuwo] Check for georestrictionYen Chi Hsuan
2016-02-03[README.md] Clarify unavailable sequences in output formatSergey M
2016-02-02[srgssr] use flv as ext for rtmp formatsremitamine
2016-02-02[cbsnews] add support for live videos(fixes #7010)remitamine
2016-02-02[utils] dfxp2srt: make TTMLPElementParser inherit from objectJaime Marquínez Ferrándiz
For consistency between python 2 and 3.
2016-02-02[ffmpeg] fix adding metadata when using --hls-prefer-native(#8350)remitamine
2016-02-03[test_YoutubeDL] Fix test_youtube_format_selectionYen Chi Hsuan
Broken since a6c2c24479e5f4827ceb06f64d855329c0a6f593. Thanks to @jaimeMF and @anisse for pointing that out
2016-02-02Merge pull request #8354 from remitamine/m3u8_metadataremitamine
[ffmpeg] fix adding metadata when using m3u8_native(fixes #8350)
2016-02-02Merge pull request #8348 from remitamine/dfxp2srt-textremitamine
[utils] fix dfxp2srt text extraction(fixes #8055)
2016-02-02[vk:uservideos] Improve _VALID_URL (Closes #8389)Sergey M․
2016-02-01release 2016.02.012016.02.01Philipp Hagemeister
2016-02-01Merge pull request #8374 from yan12125/facebook-dashYen Chi Hsuan
Facebook DASH formats
2016-02-01[daum.net:user] Match more URLs (#1952)Yen Chi Hsuan
2016-02-01Merge branch 'ping-daum-playlist-user'Yen Chi Hsuan
2016-02-01[daum] Update test_daum_1Yen Chi Hsuan
2016-02-01[daum] Do not match a single URL with multiple info extractorsYen Chi Hsuan
2016-02-01[daum] PEP8Yen Chi Hsuan
2016-02-01Merge branch 'daum-playlist-user' of https://github.com/ping/youtube-dl into ↵Yen Chi Hsuan
ping-daum-playlist-user
2016-02-01[kickstarter] Fix title and test_kickstarterYen Chi Hsuan
It's the description page that contains a video. The original URL is now the calendar.
2016-02-01[kickstarter] Eliminate the warning message and add_ieYen Chi Hsuan
2016-02-01[YoutubeDL] Do not override ie_key in url_transparentYen Chi Hsuan
2016-02-01[vidzi] Fix _TESTSYen Chi Hsuan
2016-02-01[vidzi] Fix extractionYen Chi Hsuan
Closes #8386. Vidzi.tv now uses jwplayer, which can be handled by GenericIE
2016-02-01[allocine] Use xpath_elementYen Chi Hsuan
2016-02-01[bpb] Fix extraction and update testsYen Chi Hsuan
2016-02-01[allocine] Fix for Python 2.6Yen Chi Hsuan
Python 2.6 does not support .// syntax in find(). Fortunately, the interested node is at the top level
2016-02-01[allocine] Fix extraction of test_allocine_1 and update testsYen Chi Hsuan
2016-02-01[acast] Remove ACastBaseIEYen Chi Hsuan
No longer necessary as _API_BASE_URL is used by ACastChannelIE only
2016-02-01[acast] Fix extractionYen Chi Hsuan
2016-02-01Merge branch 'rrooij-gamekings_fix'Yen Chi Hsuan
2016-02-01[gamekings] Stricter checksYen Chi Hsuan
2016-02-01[gamekings] add_ieYen Chi Hsuan
2016-02-01[gamekings] Add MD5 backYen Chi Hsuan
The test is now a YouTube video, whose MD5 should be stable
2016-02-01Merge 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 orderJaime 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 oneYen Chi Hsuan
2016-01-31[youporn] Fix uploader and descriptionYen Chi Hsuan
2016-01-31[test_subtitles] Fix TestRaiSubtitlesYen Chi Hsuan
RaiIE is renamed to RaiTVIE in 06d5556dface3901a86419b6b125ef377116448f
2016-01-31[test_youtube_lists] Fix TestYoutubeLists.test_youtube_courseYen Chi Hsuan
Youtube entries are now generators
2016-01-31release 2016.01.312016.01.31Philipp Hagemeister
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.