aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | [appletrailers] Add test (#5027)Sergey M․2015-02-221-2/+5
| | | |
* | | | [appletrailers] Extend _VALID_URL (Closes #5027)Sergey M․2015-02-221-1/+1
| |_|/ |/| |
* | | [teamcoco] Fix extractionNaglis Jonaitis2015-02-211-25/+24
| | | | | | | | | | | | Also, use a single style of quotes
* | | [gdcvault] Fix rtmp streams (Closes #5024)Sergey M․2015-02-221-2/+7
| | |
* | | [zapiks] Extend _VALID_URL (#5014)Sergey M․2015-02-221-1/+9
| | |
* | | [generic] Add support for Zapiks embeds (#5014)Sergey M․2015-02-221-1/+16
| | |
* | | [zapiks] Add extractor (#5014)Sergey M․2015-02-222-0/+103
| | |
* | | [rtve] Fix the video urlJaime Marquínez Ferrándiz2015-02-211-5/+4
| | | | | | | | | | | | Changing mvod to mvod1 fixes the url, we don't need to add the query.
* | | PEP8: W503Philipp Hagemeister2015-02-213-7/+9
| | |
* | | [extractor/common] Recognize Indian censorship (#5021)Philipp Hagemeister2015-02-211-0/+10
| | |
* | | [vimeo] Encode password before hash calculationSergey M․2015-02-211-1/+2
| | |
* | | [vimeo] Fix password protected videos (Closes #5001)Sergey M․2015-02-211-0/+5
| | |
* | | [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
|\ \ \
| * | | [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.
* | [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
| | |
* | | [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
* | [imgur] Add new extractorPhilipp Hagemeister2015-02-192-0/+85
| |
* | [cbs] ModernizePhilipp Hagemeister2015-02-191-4/+1
| |
* | [patreon] Add support for embedlies (fixes #4969)Philipp Hagemeister2015-02-193-3/+40
| |
* | [patreon] ModernizePhilipp Hagemeister2015-02-191-8/+5
| |
* | [sandia] Add new extractor (#4974)Philipp Hagemeister2015-02-192-0/+118
| |
* | [vimeo] Raise the ExtractorError with expected=True when no video password ↵Jaime Marquínez Ferrándiz2015-02-181-1/+1
| | | | | | | | is given
* | [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-181-1/+1
| |
* | [wsj] Correct test casePhilipp Hagemeister2015-02-181-2/+2
| |
* | [brightcove] Correct keys in playlistsPhilipp Hagemeister2015-02-181-1/+2
| |
* | [youtube] Remove useless ifPhilipp Hagemeister2015-02-181-4/+3
| |
* | [youtube] Show entire player URL when -v is givenPhilipp Hagemeister2015-02-181-2/+7
| |
* | Extend various playlist testsPhilipp Hagemeister2015-02-184-0/+7
| |
* | [bandcamp:album] Fix extractor results and associated testPhilipp Hagemeister2015-02-181-7/+13
| |
* | [buzzfeed] Fix playlist test casePhilipp Hagemeister2015-02-181-2/+3
| |