aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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[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-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․
2016-02-29[tf1] Improve wat id regex (Closes #8691)Sergey M․
2016-02-28[screenwavemedia] Check formats' URLsSergey M․
2016-02-28[screenwavemedia] Improve formats sortingSergey M․
2016-02-28[screenwavemedia] Improve formats extractionSergey M․
2016-02-28[zdf] Ignore hls manifests that use https (closes #8665)Jaime Marquínez Ferrándiz
The certificates are misconfigured, you get the following error mesage: ssl.CertificateError: hostname u'zdf-hdios-none-i.zdf.de' doesn't match either of 'a248.e.akamai.net', '*.akamaihd.net', '*.akamaihd-staging.net', '*.akamaized.net', '*.akamaized-staging.net'
2016-02-28[webofstories] Tolerate malforder og:title (Closes #8417)Sergey M․
2016-02-28[README.md] Use simple wording instead of env variable for homeSergey M
2016-02-28[README.md] Clarify configuration file options syntaxSergey M
2016-02-28[README.md] Make configuration file example more diverseSergey M