aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-03-03[twitter] Fix extraction of test_Twitter and test_Twitter_1Yen Chi Hsuan
2016-03-03[twitter] Support twitter.com/i/videos/tweet/ URLSYen Chi Hsuan
Closes #8737
2016-03-02[thepltform] detect other types of errorsremitamine
2016-03-02[utils] remove check for val from find_xpath_attrremitamine
2016-03-03[leeco] Letv renamed to LeEcoYen Chi Hsuan
LeEco is the company name and Le is the domain name. For more information see the Chinese news post http://www.techorz.com/company-news/letv-renamed-to-leeco-and-new-logo/
2016-03-03[letv] Merge LetvTvIE into LetvPlaylistIEYen Chi Hsuan
And 1. Add more URL examples 2. Improve the matching pattern
2016-03-03[letv] Correct regular expressions and fix a typoYen Chi Hsuan
2016-03-03[letv] Order imports alphabeticallyYen Chi Hsuan
2016-03-03[letv] Keep videos' order in playlistsYen Chi Hsuan
2016-03-03[letv] Domain name changedYen Chi Hsuan
2016-03-03[twitch:playlistbase] Mark brokenSergey M․
Twitch paging mechanism is completely broken on twitch side serving all videos all the time and making our travis builds stall.
2016-03-03[vimeo] Extract uploader_url (Closes #8727)Sergey M․
2016-03-02[youtube] Extract uploader_url (Closes #8724)Sergey M․
2016-03-02[extractor/common] Document uploader_urlSergey M․
2016-03-02[README.md] Document license field for output templateSergey M
2016-03-02[youtube] Extract license (Closes #8725)Sergey M․
2016-03-02[extractor/common] Document license metafieldSergey M․
2016-03-02[youtube] improve width and height extraction from fmt_listremitamine
2016-03-02Merge branch 'master' of github.com:rg3/youtube-dlremitamine
2016-03-02Revert "[youtube] add tbr to _formats extracted from watch_as3.swf"remitamine
This reverts commit 4a5ba28a87a1a1632e58a1de404eb1fa268118a3.
2016-03-02Revert "[youtube] add basic info for some unknown formats extracted from ↵remitamine
watch_as3.swf" This reverts commit 85ca019d9679d75c26b7ee4106dd7d98136f3c88.
2016-03-02[YoutubeDL] Skip postprocessing and archive report when outputting to stdout ↵Sergey M․
(Closes #8729)
2016-03-02[youtube] add basic info for some unknown formats extracted from watch_as3.swfremitamine
2016-03-02[youtube] add tbr to _formats extracted from watch_as3.swfremitamine
2016-03-02[youtube] extract width and height from fmt_listremitamine
2016-03-02[nrk:skole] Relax _VALID_URLSergey M․
2016-03-02[nrk:skole] Add extractor (Closes #8728)Sergey M․
2016-03-01Add fixup for media files produced by HlsNative downloader(fixes #4776)remitamine
2016-03-01[options] Add --no-mark-watched (#5054)Sergey M․
2016-03-01[wistia] Fix extraction (Closes #8707)Sergey M․
2016-03-01Merge pull request #8703 from dstftw/mark-watchedSergey M
Add --mark-watched feature (Closes #5054)
2016-03-01[lifenews] Fix extraction and improve (Closes #2482, closes #8714)Sergey M․
2016-03-01[iqiyi] SWF URLs are not used anymoreYen Chi Hsuan
Since automatic detection of enc_key failed Closes #8705
2016-03-01release 2016.03.012016.03.01Philipp Hagemeister
2016-02-29[rtve.es:live] Fix extractionJaime Marquínez Ferrándiz
* Update _VALID_URL to match the current URLs * Use the m3u8 manifest since I haven't figured out how to use the rtmp stream
2016-03-01[mdr] Fix extraction (Closes #8702)Sergey M․
2016-03-01Add --mark-watched feature (Closes #5054)Sergey M․