summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'soult/br'Philipp Hagemeister2014-03-131-22/+41
|\
| * [br] Allow '/' in URL, allow empty author + broadcastDate fieldsDavid Triendl2014-03-131-22/+41
| | | | | | | | | | | | | | * Allow URLs that have a 'subdirectory' before the actual program name, e.g. 'xyz/xyz-episode-1'. * The author and broadcastDate fields in the XML file may be empty. * Add test case for the two problems above.
* | [funnyordie] Correct JSON interpretationPhilipp Hagemeister2014-03-131-1/+4
| |
* | [collegehumor] Fix one more testSergey M․2014-03-131-1/+1
| |
* | [collegehumor] Extract like countSergey M․2014-03-131-0/+2
| |
* | [collegehumor] Fix testSergey M․2014-03-131-1/+2
|/
* release 2014.03.12Philipp Hagemeister2014-03-121-1/+1
|
* [vimeo] Now VimeoIE doesn't match urls of channels with a numeric id (fixes ↵Jaime Marquínez Ferrándiz2014-03-122-1/+12
| | | | #2552)
* [wdr] Add support for WDR sites (Closes #1367)Sergey M․2014-03-122-0/+112
|
* Add format to unified_strdateSergey M․2014-03-121-0/+1
|
* release 2014.03.11Philipp Hagemeister2014-03-111-1/+1
|
* [generic/funnyordie] Add support for funnyordie embeds (Fixes #2546)Philipp Hagemeister2014-03-112-3/+33
|
* [playvid] Simplify (#2539)Philipp Hagemeister2014-03-102-36/+34
|
* Merge remote-tracking branch 'MikeCol/playvid_extract'Philipp Hagemeister2014-03-102-0/+86
|\
| * Playvid extractorMikeCol2014-03-102-0/+86
| |
* | Merge remote-tracking branch 'jaimeMF/remove_global_opener'Philipp Hagemeister2014-03-101-6/+2
|\ \
| * | Don't install the global url openerJaime Marquínez Ferrándiz2014-03-101-3/+0
| | | | | | | | | | | | All the code uses now the urlopen method of YoutubeDL
| * | Don't set the global socket timeoutJaime Marquínez Ferrándiz2014-03-101-3/+2
| | | | | | | | | | | | Use the timeout argument of the `OpenerDirector.open` method instead
* | | [vgtrk] Rename vesti extractorSergey M․2014-03-112-5/+4
|/ /
* | [vesti] Fix _VALID_URL regexSergey M․2014-03-111-1/+1
| |
* | [vevo] Correct test valuePhilipp Hagemeister2014-03-101-1/+1
| | | | | | | | The date is now interpreted as UTC for consistency.
* | [generic] Suppress warning about doctypes in RSS parserPhilipp Hagemeister2014-03-102-2/+13
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-03-101-1/+2
|\ \
| * | [vesti] Skip geo restricted testSergey M․2014-03-101-1/+2
| |/
* / [depositfiles] Remove extractorPhilipp Hagemeister2014-03-102-61/+0
|/ | | | | This site requires a CAPTCHA to download, supports arbitrary files and not only audio/video, and I can't find a single uncopyrighted video with a quick google search. Closes #1255
* [youtube] Fix up invalid JSONPhilipp Hagemeister2014-03-101-2/+3
|
* [vevo] Interpret date as UTC instead of local timePhilipp Hagemeister2014-03-101-1/+1
|
* Correct extractor documentationPhilipp Hagemeister2014-03-101-3/+0
|
* release 2014.03.10Philipp Hagemeister2014-03-101-1/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-03-102-24/+66
|\
| * [photobucket] More unicode literalsJaime Marquínez Ferrándiz2014-03-101-9/+9
| |
| * [vesti] Add support for more sites (Closes #2534)Sergey M․2014-03-101-15/+57
| |
* | [generic] Use a different URL for the generic RSS test (Closes #2532)Philipp Hagemeister2014-03-101-2/+2
|/
* Credit @mharrys for aftonbladetPhilipp Hagemeister2014-03-101-0/+1
|
* Correct automatic resolution determinationPhilipp Hagemeister2014-03-101-2/+2
|
* [aftonbladet] ModernizePhilipp Hagemeister2014-03-101-8/+11
|
* Merge remote-tracking branch 'mharrys/aftonbladet'Philipp Hagemeister2014-03-102-0/+67
|\
| * [aftonbladet] add extractor for aftonbladet.seMattias Harrysson2014-03-092-0/+67
| |
* | [photobucket] Modernize and remove the old extraction codeJaime Marquínez Ferrándiz2014-03-091-51/+18
| |
* | [pornhub] Use compat_urllib_parse.unquote_plus (#2531)Jaime Marquínez Ferrándiz2014-03-091-1/+1
| |
* | Merge branch 'pornhub_unquote_password' of github.com:MikeCol/youtube-dlJaime Marquínez Ferrándiz2014-03-091-1/+1
|\ \
| * | Unquote passwordMikeCol2014-03-091-1/+1
| | |
* | | [myvideo] ModernizeJaime Marquínez Ferrándiz2014-03-091-58/+43
| | |
* | | [facebook] ModernizeJaime Marquínez Ferrándiz2014-03-091-17/+5
| | |
* | | [jukebox] Modernize and add a testJaime Marquínez Ferrándiz2014-03-091-35/+40
| | |
* | | [xnxx] ModernizeJaime Marquínez Ferrándiz2014-03-091-26/+20
| | |
* | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2014-03-0910-36/+131
|\| |
| * | Add a basic test suite for the InfoExtractor classJaime Marquínez Ferrándiz2014-03-091-0/+44
| | |
| * | YoutubeDL: If the logger is set call its `warning` method in `report_warning`Jaime Marquínez Ferrándiz2014-03-091-5/+8
| |/
| * [videodetective] ModernizeSergey M․2014-03-091-11/+11
| |