summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Change example URLs in readme (fixes #5018y)CyberJacob2015-02-201-1/+1
|/ / /
* | | release 2015.02.20Philipp Hagemeister2015-02-202-1/+2
| | |
* | | [escapist] Fix extraction (fixes #5017)Philipp Hagemeister2015-02-201-4/+3
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2015-02-204-29/+148
|\ \ \
| * \ \ Merge branch 'minusf-TED_code'Sergey M․2015-02-211-3/+24
| |\ \ \
| | * | | [ted] Improve external video handling and add testSergey M․2015-02-211-7/+24
| | | | |
| | * | | prefer 'code' to 'uri' if presentminusf2015-02-201-1/+5
| |/ / /
| * / / [tv4] Add new extractor (Closes #4839) (Closes #2103)Naglis Jonaitis2015-02-202-0/+101
| |/ /
| * | [blinkx] Fix extractionSergey M․2015-02-201-26/+23
| | |
* | | [imgur] Allow alternative valuesPhilipp Hagemeister2015-02-201-4/+4
|/ / | | | | | | | | Every now and then, imgur.com goes crazy and gives us a generic title and description (otherwise it looks all fine though). Simply update the test case to allow for that craziness.
* | release 2015.02.19.3Philipp Hagemeister2015-02-192-1/+4
| |
* | [nationalgeographic] Add extractor (closes #4960)Jaime Marquínez Ferrándiz2015-02-193-1/+42
| |
* | [pornhub] Fix uploader regexSergey M․2015-02-191-1/+1
| |
* | [pornhub] Add support for playlists (Closes #4995)Sergey M․2015-02-192-1/+34
| |
* | [5min] Cover joystiq.com URLs (Closes #4962)Sergey M․2015-02-191-0/+1
| |
* | [nbc] Use a test video that works outside the USJaime Marquínez Ferrándiz2015-02-191-4/+4
| |
* | [cbssports] Add extractor (closes #4996)Jaime Marquínez Ferrándiz2015-02-192-0/+31
| |
* | [imgur] SimplifyPhilipp Hagemeister2015-02-191-4/+5
| |
* | Merge remote-tracking branch 'jbboehr/imgur-gifv-improvements'Philipp Hagemeister2015-02-191-5/+17
|\ \
| * | [imgur] improve error check for non-video URLsJohn Boehr2015-02-181-8/+7
| | |
| * | [imgur] improve regex #4998John Boehr2015-02-181-1/+1
| | |
| * | [imgur] support regular URLJohn Boehr2015-02-181-2/+15
| | |
* | | [theonion] ModernizePhilipp Hagemeister2015-02-191-12/+5
| | |
* | | [Makefile] Also delete *.avi files in cleanPhilipp Hagemeister2015-02-191-1/+1
| | |
* | | [webofstories] Fix extractionPhilipp Hagemeister2015-02-191-12/+10
| | |
* | | [sockshare] Do not require thumbnail anymorePhilipp Hagemeister2015-02-191-3/+2
| | | | | | | | | | | | Thumbnail is not present on the website anymore.
* | | [generic] Correct test casePhilipp Hagemeister2015-02-191-1/+1
| | | | | | | | | | | | Video has been reuploaded / edited
* | | [netzkino] Skip download in test casePhilipp Hagemeister2015-02-191-0/+3
|/ / | | | | | | Works fine from Germany, but fails from everywhere else
* | release 2015.02.19.2Philipp Hagemeister2015-02-192-1/+2
| |
* | [imgur] Add new extractorPhilipp Hagemeister2015-02-192-0/+85
| |
* | [cbs] ModernizePhilipp Hagemeister2015-02-191-4/+1
| |
* | release 2015.02.19.1Philipp Hagemeister2015-02-192-1/+2
| |
* | [patreon] Add support for embedlies (fixes #4969)Philipp Hagemeister2015-02-193-3/+40
| |
* | [patreon] ModernizePhilipp Hagemeister2015-02-191-8/+5
| |
* | release 2015.02.19Philipp Hagemeister2015-02-192-1/+2
| |
* | [sandia] Add new extractor (#4974)Philipp Hagemeister2015-02-193-1/+128
| |
* | [YoutubeDL] Use render_table for format listingPhilipp Hagemeister2015-02-191-18/+7
| |
* | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2015-02-191-1/+1
|\ \
| * | [vimeo] Raise the ExtractorError with expected=True when no video password ↵Jaime Marquínez Ferrándiz2015-02-181-1/+1
| | | | | | | | | | | | is given
* | | [utils] Fix js_to_jsonPhilipp Hagemeister2015-02-182-2/+6
|/ / | | | | | | Previously, the runtime could be atrocious for longer inputs.
* | [yahoo] Remove md5sum from test casePhilipp Hagemeister2015-02-181-1/+0
| | | | | | | | The md5 sum has changed repeatedly, and we check whether it looks like a video anyways nowadays.
* | [xtube] Fix test casePhilipp Hagemeister2015-02-182-1/+11
| |
* | [wsj] Correct test casePhilipp Hagemeister2015-02-181-2/+2
| |
* | [brightcove] Correct keys in playlistsPhilipp Hagemeister2015-02-181-1/+2
| |
* | release 2015.02.18.1Philipp Hagemeister2015-02-181-1/+1
| |
* | [README] Add an FAQ entry for the player change in anticipation of many more ↵Philipp Hagemeister2015-02-181-2/+6
| | | | | | | | bug reports
* | [jsinterp] Disable comment supportPhilipp Hagemeister2015-02-183-4/+18
| | | | | | | | | | | | | | | | We need a proper lexer to be able to understand YouTube's code, which contains /* inside of strings. For now it's sufficient to just disable comment support altogether. Fixes #4976, fixes #4979, fixes #4980, fixes #4981, fixes #4982. Closes #4977.
* | [youtube] Remove useless ifPhilipp Hagemeister2015-02-181-4/+3
| |
* | [youtube] Show entire player URL when -v is givenPhilipp Hagemeister2015-02-181-2/+7
| |
* | release 2015.02.18Philipp Hagemeister2015-02-181-1/+1
| |