aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-06-15[youku] Use _match_idYen Chi Hsuan
2015-06-15[francetv] Update f4m manifest token URL (Closes #5981, Closes #5989)Sergey M․
2015-06-15[youku] Better handling for Python 2/3 compatibilityYen Chi Hsuan
2015-06-15[youtube:search] Fix search query (Closes #5988)Sergey M․
2015-06-15[vk] Extract view countSergey M․
2015-06-15[vk] Fix upload date extractionSergey M․
2015-06-15[vk] Fix extraction (Closes #5987)Sergey M․
2015-06-15[youku] PEP8Yen Chi Hsuan
2015-06-15Merge branch 'youku' of https://github.com/PeterDing/youtube-dl into ↵Yen Chi Hsuan
PeterDing-youku
2015-06-15[vbox7] Fix extraction (fixes #5967)Yen Chi Hsuan
2015-06-15release 2015.06.152015.06.15Philipp Hagemeister
2015-06-15[safari] make url regex more lenientzx8
2015-06-15[niconico] Simplify format infoSergey M․
2015-06-15Merge pull request #5975 from chaoskagami/niconico_qualitynoteSergey M.
Quality note for niconico
2015-06-15[options] Add missing whitespace for --fixup descriptionSergey M․
2015-06-15[liveleak] Clarify testSergey M․
2015-06-15[liveleak] Clarify rationale for restoring raw videoSergey M․
2015-06-15[liveleak] Improve regex for restoring original video URLSergey M․
2015-06-15Merge pull request #5983 from jomo/masterSergey M.
LiveLeak: support more original videos
2015-06-14LiveLak: add test for URLs with 'h264_270p'jomo
2015-06-14LiveLeak: support more original videosjomo
some (old?) videos use ...mp4.h264_270p.mp4... instead of ...mp4.h264_base.mp4... This is an addition to #4768
2015-06-14[tvplay] Add support for NovaTvNaglis Jonaitis
2015-06-14Merge pull request #5976 from SpEcHiDe/patch-1Sergey M.
spelling mistake corrected
2015-06-14spelling mistake correctedShrimadhav U K
acces changed to accessing
2015-06-14Quality note for niconico - at least notify whether you'll get low or srcchaoskagami
2015-06-14[dramafever] Improve _VALID_URLSergey M․
2015-06-14[dramafever:series] Rollback _PAGE_SIZE to max possibleSergey M․
2015-06-14[dramafever:series] Fix _VALID_URL (Closes #5973)Sergey M․
2015-06-14Merge branch 'ping-dramafever'Sergey M․
2015-06-14[dramefever] Improve and simplifySergey M․
2015-06-14Merge branch 'dramafever' of https://github.com/ping/youtube-dl into ↵Sergey M․
ping-dramafever
2015-06-13Merge branch 'atomicdryad-brightcove_custombc_extractor'Sergey M․
2015-06-13[brightcove] Improve and generalize brightcove URL extraction from JSSergey M․
2015-06-13Brightcove extractor: support customBC.createVideo(...); methodfnord
found in http://www.americanbar.org/groups/family_law.html and http://america.aljazeera.com/watch/shows/america-tonight/2015/6/exclusive-hunting-isil-with-the-pkk.html
2015-06-13[tumblr] Add support for pornhub embeds (Closes #5963)Sergey M․
2015-06-13[extractor/generic] Add support for pornhub embedsSergey M․
2015-06-13[pornhub] Add support for embedsSergey M․
2015-06-13[vk] Fix authentication for non-ASCII login/passwordSergey M․
2015-06-13[YoutubeDL] Remove force_generic_extractor arg from process_ie_resultSergey M․
2015-06-13[YoutubeDL] Remove global state for force_generic_extractor flag in favor of ↵Sergey M․
passing argument
2015-06-12[YoutubeDL] Fix for multiple URLsSergey M․
2015-06-12[prosiebensat1] Add title regexSergey M․
2015-06-12[prosiebensat1] Fix rtmp extraction (Closes #5962)Sergey M․
2015-06-12[tvc] Fix embed regexSergey M․
2015-06-12Add `--force-generic-extractor`Sergey M․
For some extractors that are hard to workout a good _VALID_URL we use very vague and unrestrictive ones, e.g. just allowing anything after hostname and capturing part of URL as id. If some of these extractors happen to have an video embed of some different hoster or platform and this scenario was not handled in extractor itself we end up with inability to download this embed until extractor is fixed to support embed of this kind. Forcing downloader to use the generic extractor can be a neat temporary solution for this problem. Example: FiveTV extractor with Tvigle embed - http://www.5-tv.ru/rabota/broadcasts/48/
2015-06-12[extractor/generic] Add support for tvigle embedsSergey M․
2015-06-12[extractor/generic] Rename tvc embed url variableSergey M․
2015-06-12Merge branch 'hlintala-5tv'Sergey M․
2015-06-12[5tv] ImproveSergey M․
2015-06-12Merge branch '5tv' of https://github.com/hlintala/youtube-dl into hlintala-5tvSergey M․