aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-03-10[facebook] Fix for m.facebook.com URLsYen Chi Hsuan
2016-03-10[facebook] Merge FacebookPostIE into FacebookIEYen Chi Hsuan
Fixes #8713
2016-03-10[YoutubeDL] Improve _format_noteSergey M․
2016-03-10[vimeo:ondemand] Clarify IE_NAMESergey M․
2016-03-10[vimeo:ondemand] Separate ondemand extractor (Closes #8330, closes #8801)Sergey M․
2016-03-09[livestream] Properly build smil URLs (#8794)Sergey M․
2016-03-07Added flag for 'allow_audio_only' format in Twitch queriesBenjamin Congdon
2016-03-07[arte] Improve extraction (Closes #8768)Sergey M․
2016-03-07[arte] Fix typoSergey M․
2016-03-06[sexu] Improve extraction (Closes #8782)Sergey M․
2016-03-06[Sexu] fix extractoraystroganov@gmail.com
2016-03-06[utils] Add more codecs to codec2extYen Chi Hsuan
BBC uses avc3. Here's an example (thanks to @remitamine for this example) http://rdmedia.bbc.co.uk/dash/ondemand/bbb/2/client_manifest-common_init.mpd See also https://trac.ffmpeg.org/ticket/5217
2016-03-06[common] Document protocol http_dash_segmentsYen Chi Hsuan
2016-03-06[safari] Don't pollute std_headers (#8778)Yen Chi Hsuan
2016-03-06release 2016.03.062016.03.06Philipp Hagemeister
2016-03-06[vimeo] Don't pollute std_headersYen Chi Hsuan
Fixes #8778
2016-03-06[downloader/fragment] Make speed more smoothSergey M․
At the beginning of every segment there was a drop to Unknown speed due to timeslice being too small to calculate speed. Now last speed from the previous fragment is used.
2016-03-06[YoutubeDL] Carry long lines and improve readabilitySergey M․
2016-03-06[YoutubeDL] Fix typo in m3u8_native fixupSergey M․
2016-03-05update tests related to the change in youtube http format sortingremitamine
the change was done in 82156fdbf0913c75181484dcc813565713bf78e9
2016-03-05[cinemassacre] update testsremitamine
2016-03-05[cnet] fix info extractionremitamine
2016-03-05Merge pull request #8718 from remitamine/m3u8-fixupremitamine
Add fixup for media files produced by HlsNative downloader(fixes #4776)
2016-03-05Merge pull request #8754 from remitamine/5minremitamine
update 5min related web sites info extraction and add support for Aol features.
2016-03-05[vgtv] support ap.vgtv.no and fix old videos extraction(fixes #8719)remitamine
2016-03-05[jeuxvideo] Fix config URL extraction (Closes #8774)Sergey M․
2016-03-05[revison3] fix video_id for --download-archiveremitamine
2016-03-05[YoutubeDL] Fix resolution with missing height in output template dictSergey M․
2016-03-05[revision3] add support for pages of type tagremitamine
2016-03-05[revision3] add support pages of type embedremitamine
2016-03-05[elpais] Add support for alternative layout (Closes #8744)Sergey M․
2016-03-05[common] Use codec2ext for DASH formats (#8764)Yen Chi Hsuan
2016-03-05[utils] Add codec2extYen Chi Hsuan
2016-03-05[twitter] Provide more metadataYen Chi Hsuan
2016-03-04[utils] update_url_query: Encode the strings in the query dictJaime Marquínez Ferrándiz
The test case with {'test': '第二行тест'} was failing on python 2 (the non-ascii characters were replaced with '?').
2016-03-04[foxnews] update testremitamine
2016-03-05[youporn] Fix sources regexSergey M․
2016-03-05[youporn] Fix quality extraction (Closes #8758)Sergey M․
2016-03-04[bleacherreport] update testsremitamine
2016-03-04[audimedia] update _VALID_URL and video_id regex and improve http format_idremitamine
2016-03-05[kusi] Correct test_KUSIYen Chi Hsuan
2016-03-04[kusi] Two fixesYen Chi Hsuan
Thanks @dstftw for pointing out those
2016-03-04[yandexmusic] Capture and output API errorsSergey M․
2016-03-04[kusi] Simplify and improveYen Chi Hsuan
2016-03-04[aol] imporve extractionremitamine
- add support for aol features - remove support for legacy urls
2016-03-04[engadget] remove support for legacy urlsremitamine
2016-03-04[fivemin] improve extractionremitamine
- skip m3u8 formats(404 error) - skip unavailable test - download embed page only when it's needed - update _VALID_URL regex(joystiq.com redirect to engadget.com)
2016-03-04[kusi] Add a test for the alternative form of URLYen Chi Hsuan
2016-03-04Merge branch 'kusi' of https://github.com/mutantmonkey/youtube-dl into ↵Yen Chi Hsuan
mutantmonkey-kusi
2016-03-04[leeco] Skip an invalid test. test_LePlaylist_1 is sufficientYen Chi Hsuan