aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
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-27release 2016.02.272016.02.27Philipp Hagemeister
2016-02-27[dplay] Add support for dplay.noSergey M․
2016-02-27[dplay] Improve, extract all formats and metadata (Closes #8463)Sergey M․
2016-02-27[dplay] add support for it.dplay.com and dplay.dkAidan Rowe
2016-02-27[extractor/generic] Add support for tnaflix network embeds (Closes #7505)Sergey M․
2016-02-27[tnaflixnetwork:embed] Add _extract_urlsSergey M․
2016-02-27[tnaflixnetwork] Fallback age limit to 18Sergey M․
2016-02-27[tnaflixnetwork:embed] Add extractorSergey M․
2016-02-27[imdb] Recognize 1080p formats (Closes #8677)Sergey M․
2016-02-27[extractor/common] Clarify rationale on media playlist detectionSergey M․
2016-02-27[extractor/common] Properly extract audio only formats in master m3u8 playlistsSergey M․
2016-02-27[utils] Multiple changes to base_n()Yen Chi Hsuan
1. Renamed to encode_base_n() 2. Allow tables longer than 62 characters 3. Raise ValueError instead of AssertionError for invalid input data 4. Return the first character in the table instead of '0' for number 0 5. Add tests
2016-02-27[infoq] Use BokeCC extractor functionYen Chi Hsuan
2016-02-27[bokecc] Add new extractor (#2336)Yen Chi Hsuan
2016-02-27[letv] Speedup M3U8 decryptionYen Chi Hsuan
2016-02-26[youtube] Add alternative automatic captions extraction approach (Closes #8667)Sergey M․
2016-02-26[vidzi] Use decode_packed_codesYen Chi Hsuan
Javascript codes found on Vidzi are slightly different from those found in VideoMega and iQiyi. Nevertheless, the difference has no effects on the final result.
2016-02-26[utils] Relaxing regex in decode_packed_codes for vidziYen Chi Hsuan
2016-02-26[videomega] Fix extraction (closes #7606)Yen Chi Hsuan
2016-02-26[utils] Move codes for handling eval() from iqiyi.pyYen Chi Hsuan
2016-02-26[utils] Merge base_n functionsYen Chi Hsuan
2016-02-26[vidzi] Fix extractionYen Chi Hsuan
2016-02-26[utils] Add base36 for use in VidziYen Chi Hsuan