summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [postprocessor/ffmpeg] Always use the 'file:' protocol for filenames (fixes ↵Jaime Marquínez Ferrándiz2015-09-182-6/+9
| | | | | | | #6874) If the filename contains ':' it is interpreted as a protocol. It also handles filenames starting with '-'.
* [ok] Skip testSergey M․2015-09-171-0/+1
|
* [ok] Capture error messageSergey M․2015-09-171-0/+7
|
* [divxstage] Remove extractorSergey M․2015-09-172-28/+0
| | | | DivxStage is offline for quite some time already
* [telecinco] Fix typoSergey M․2015-09-161-1/+1
|
* [telecinco] Add support for mediaset.esSergey M․2015-09-161-2/+11
|
* [mitele] Clarify IE_DESCSergey M․2015-09-161-1/+1
|
* [telecinco] Clarify IE_DESCSergey M․2015-09-161-1/+1
|
* [telecinco] Update testSergey M․2015-09-161-4/+1
|
* [telecinco] Add support or cuatro.comSergey M․2015-09-161-2/+11
|
* [mitele] Fix extraction (Closes #6414)Sergey M․2015-09-161-47/+58
|
* [telecinco] Incorporate mitele codeSergey M․2015-09-161-2/+52
|
* [rai] Add support for videos embedded with drawMediaRaiTV (Closes #6866)Sergey M․2015-09-151-3/+19
|
* [pornhub] Relax _VALID_URL (Closes #6868)Sergey M․2015-09-151-1/+4
|
* Merge pull request #6870 from alexvong1995/add-missing-tagSergey M.2015-09-151-0/+1
|\ | | | | Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table.
| * Add the missing tag `EMBEDDING YOUTUBE-DL` in the content table.Alex Vong2015-09-151-0/+1
|/ | | | * README.md: Add missing tag.
* [README.md] Fix typoSergey M.2015-09-141-1/+1
|
* [youtube:channel] Correct 404 handlingPhilipp Hagemeister2015-09-141-6/+9
| | | | Previously, when we encountered a 404 - such as youtube-dl https://www.youtube.com/ohJeiboh8oorehai - we crashed with a regexp error. Instead, make sure to go on and eventually report a 404.
* [youtube:truncated_url] Add ?t=Philipp Hagemeister2015-09-141-0/+4
| | | | Sometimes found in links - ?t=123&v=ABCD starts the video at position 123.
* [compat] Do not use unicodePhilipp Hagemeister2015-09-141-7/+7
| | | | If the code ever runs on 3.x, it would fail. Even if it never does, the unicode name confuses Python 3 code analysis tools.
* [clubic] Relax _VALID_URL (Closes #6854)Sergey M․2015-09-141-3/+6
|
* [README.md] Unify playlist descriptionSergey M.2015-09-131-1/+1
|
* [README.md] Clarify playlist_index descriptionSergey M.2015-09-131-1/+1
|
* [nowness] Add vimeo testSergey M․2015-09-131-2/+16
|
* Merge branch 'remitamine-nowness'Sergey M․2015-09-132-50/+110
|\
| * [nowness] SimplifySergey M․2015-09-132-52/+57
| |
| * Merge branch 'nowness' of https://github.com/remitamine/youtube-dl into ↵Sergey M․2015-09-132-27/+82
|/| | | | | | | remitamine-nowness
| * [nowness] pass cinematiqueremitamine2015-09-051-1/+3
| |
| * [nowness] more api abstractionremitamine2015-09-051-5/+5
| |
| * [nowness] change id variable nameremitamine2015-09-051-4/+4
| |
| * [nowness] add api abstration function adn extend _VALID_URL regexremitamine2015-09-051-24/+16
| |
| * [nowness] fix _VALID_URL regexremitamine2015-09-051-2/+2
| |
| * [nowness] fix video extraction and add support serie and playlist extraction ↵remitamine2015-09-052-27/+88
| | | | | | | | (fixes #6720)
* | Merge branch 'remitamine-ndr'Sergey M․2015-09-132-95/+348
|\ \
| * | [ndr] Rework and cover with testsSergey M․2015-09-132-137/+335
| | |
| * | Merge branch 'master' of github.com:rg3/youtube-dl into remitamine-ndrSergey M․2015-09-131-20/+18
| |\ \ | |/ / |/| |
* | | Merge remote-tracking branch 'upstream/master'Yen Chi Hsuan2015-09-132-71/+0
|\ \ \
* | | | [tudou] Use single quotes and compat_strYen Chi Hsuan2015-09-131-1/+2
| | | |
* | | | [tudou] Improve regexsYen Chi Hsuan2015-09-131-5/+5
| | | |
* | | | [tudou] Use _download_xmlYen Chi Hsuan2015-09-131-2/+2
| | | |
* | | | [tudou] Avoid shadowing builtin namesYen Chi Hsuan2015-09-121-3/+3
| | | |
* | | | [tudou] ModernizeYen Chi Hsuan2015-09-121-12/+6
| | | |
* | | | Merge branch 'linhua55-master'Yen Chi Hsuan2015-09-121-1/+4
|\ \ \ \
| * | | | [tudou] A more comprehensive _VALID_URLYen Chi Hsuan2015-09-121-1/+1
| | | | |
| * | | | [tudou] Add the test case (#6273)Yen Chi Hsuan2015-09-121-0/+3
| | | | |
| * | | | Merge branch 'master' of https://github.com/linhua55/youtube-dl into ↵Yen Chi Hsuan2015-09-121-1/+1
|/| | | | | | | | | | | | | | | | | | | linhua55-master
| * | | | fix extractionlinhua552015-07-181-1/+1
| | | | | | | | | | | | | | | for http://www.tudou.com/albumplay/cJAHGih4yYg.html
| | | * | Merge branch 'ndr' of https://github.com/remitamine/youtube-dl into ↵Sergey M․2015-09-122-56/+111
| | |/| | | | | | | | | | | | | | | | | remitamine-ndr
| | | * | [ndr] use utils.qualitesremitamine2015-09-081-3/+4
| | | | |
| | | * | [ndr] make NDREmbed and NJoyEmbed _VALID_URL regex uniqueremitamine2015-09-081-2/+2
| | | | |