aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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[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-04Merge branch 'mutantmonkey-kusi'Yen Chi Hsuan
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
2016-03-04[leeco] format_id should be stringsYen Chi Hsuan
2016-03-04[douyutv] Fix testsYen Chi Hsuan
2016-03-04[livestream] Fix FutureWarning (Closes #8742)Sergey M․
2016-03-03Merge pull request #8739 from remitamine/update_url_paramsremitamine
[utils] add update_url_query function to create or update query string params
2016-03-03[test/test_utils] add more tests for update_url_queryremitamine
2016-03-04[indavideo:embed] Fix tags extraction (Closes #8738)Sergey M․
2016-03-03[test/test_utils] add tests for update_url_queryremitamine
2016-03-03[utils] add update_url_query functionremitamine
2016-03-03[twitch:playlistbase] Fix all at once fetchSergey M․
2016-03-03[twitch:playlistbase] Restore original _PAGE_LIMITSergey M․
2016-03-03[twitch:playlistsbase] Use orderedSetSergey M․
2016-03-03[twitch] Workaround broken paging (Closes #8740)Sergey M․
2016-03-03[Makefile] Allow specifying the Python version in offline testsYen Chi Hsuan
2016-03-03[test/http] Fix failure in JythonYen Chi Hsuan
make offlinetest passed on the latest Jython hg version with patched lib-python/2.7/urllib2.py pulled from CPython 2.7.11
2016-03-03[jython] Introduce compat_os_nameYen Chi Hsuan
os.name is always 'java' on Jython
2016-03-03Merge branch 'jython-support'Yen Chi Hsuan
Closes #8302
2016-03-03[utils] Jython support - handle filenames correctlyYen Chi Hsuan
Now test:youtube downloads
2016-03-03[extractor/common] use compat_parse_qs in update_url_paramsremitamine
2016-03-03[extractor/common] add update_url_params helper method to add or update ↵remitamine
query string params
2016-03-03[twitter] Media info is not always in the first entityYen Chi Hsuan
Fixes #8704
2016-03-03[twitter] Now Twitter serves the same file for Firefox and ChromeYen Chi Hsuan