summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | [ign] add support for pcmag and extract all formats and more metadataremitamine2015-10-022-30/+93
| | | | | |
* | | | | | [srmediathek] improve extractionremitamine2015-12-252-22/+41
| | | | | |
* | | | | | [rutv] Fix extraction (Closes #8004)Sergey M․2015-12-251-1/+1
| | | | | |
* | | | | | [rai] improve extractionremitamine2015-12-252-89/+123
| | | | | |
* | | | | | [hotstar] Add new extractorremitamine2015-12-252-0/+80
| | | | | |
* | | | | | [zdf:channel] Add more testsSergey M․2015-12-241-2/+11
| | | | | |
* | | | | | [zdf:channel] Relax _VALID_URLSergey M․2015-12-241-1/+1
| | | | | |
* | | | | | [zdf] expand valid-url pattern for channelsBoris Wachtmeister2015-12-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The webpage also creates URLs which include additional text that defines the sorting order on the page like "aktuellste" (most current) and "meist-gesehen" (most seen), e.g.: http://www.zdf.de/ZDFmediathek/kanaluebersicht/aktuellste/332 http://www.zdf.de/ZDFmediathek/kanaluebersicht/meist-gesehen/332
* | | | | | [chaturbate] Improve error extraction (Closes #7989)Sergey M․2015-12-241-3/+12
| | | | | |
* | | | | | [theintercept] improve extractionremitamine2015-12-231-43/+24
| | | | | |
* | | | | | Merge branch 'theintercept' of https://github.com/bit/youtube-dl into ↵remitamine2015-12-232-0/+69
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | bit-theintercept
| * | | | | | [theintercept] Add new extractorj2015-12-222-0/+69
| | | | | | |
* | | | | | | Merge pull request #7969 from jwilk/spellingSergey M2015-12-242-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix typos
| * | | | | | | Fix typosJakub Wilk2015-12-232-2/+2
|/ / / / / / /
* | | | | | | [pbs] Extend PBS station regex (Closes #7964)Sergey M․2015-12-231-1/+1
| | | | | | |
* | | | | | | [arte] Prefer json URLs that contain the video id from the 'vid' parameter ↵Jaime Marquínez Ferrándiz2015-12-231-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | in the URL (fixes #7920)
* | | | | | | [appletrailers] skip clips with empty urlremitamine2015-12-231-1/+9
| | | | | | |
* | | | | | | [instagram:user] Improve _VALID_URL (Closes #7955)Sergey M․2015-12-231-1/+1
| | | | | | |
* | | | | | | [24video] Fix testSergey M․2015-12-231-1/+1
| | | | | | |
* | | | | | | [24video] Fix extraction on python 2.6Sergey M․2015-12-231-3/+7
| | | | | | |
* | | | | | | [24video] Fix extraction (Closes #7956)Sergey M․2015-12-231-23/+12
| | | | | | |
* | | | | | | [appletrailers] Improve regex for fixing '<img>' tags (#7953)Jaime Marquínez Ferrándiz2015-12-231-1/+1
| | | | | | |
* | | | | | | release 2015.12.23Philipp Hagemeister2015-12-232-6/+4
| | | | | | |
* | | | | | | [appletrailers] Add support for AppleTrailers Sectionremitamine2015-12-232-1/+78
| | | | | | |
* | | | | | | [daum] Add test for #7949Sergey M․2015-12-231-0/+12
| | | | | | |
* | | | | | | [daum] Fix extraction (Closes #7949)Sergey M․2015-12-231-2/+4
| | | | | | |
* | | | | | | [periscope] Fix token based extraction (Closes #7943)Sergey M․2015-12-231-2/+1
| | | | | | |
* | | | | | | [comcarcoff] Extract durationSergey M․2015-12-231-4/+13
| | | | | | |
* | | | | | | [comcarcoff] Improve json data regex and modernizeSergey M․2015-12-231-3/+4
| | | | | | |
* | | | | | | Merge pull request #7942 from ausbin/comcarcoff-json-fixSergey M2015-12-231-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [comcarcoff] adjust for json updates
| * | | | | | | [comcarcoff] adjust for json updatesAustin Adams2015-12-211-2/+2
| | | | | | | |
* | | | | | | | [imgur] Improve (Closes #7928)Sergey M․2015-12-221-16/+29
| | | | | | | |
* | | | | | | | Improve extraction (Closes #7918)Abhishek Kedia2015-12-221-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | remove outer parentheses in if Conflicts: youtube_dl/extractor/imgur.py checked code with flake8 not returning list in case of single images. using the fact that id with length 5 are albums and more are single videos. Also for single videos ie ImgurIE both urls - http://imgur.com/gallery/oWeAMW2 and http://imgur.com/oWeAMW2 are equally fine. Change regex to allow thuis. For albums urls - http://imgur.com/gallery/Q95ko and http://imgur.com/Q95ko are ok. Change regex to allow this also. update description in ImgurIE Tests. Also move single video test 'https://imgur.com/gallery/YcAQlkx' from ImgurAlbumIE to ImgurIE.
* | | | | | | | Merge pull request #7322 from remitamine/vgtvremitamine2015-12-224-82/+122
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [vgtv] extract videos from FTV, Aftenposten, Aftonbladet using VGTVIE
| * | | | | | | | [vgtv] update tests and correct format sortingremitamine2015-12-222-11/+22
| | | | | | | | |
| * | | | | | | | [vgtv] extract 5 digit length video ids using both xstream and vgtvremitamine2015-12-102-10/+26
| | | | | | | | |
| * | | | | | | | [vgtv] add sortcut expressions to use the extractorremitamine2015-12-091-34/+34
| | | | | | | | |
| * | | | | | | | [vgtv] extract all formats and improve extractionremitamine2015-12-061-24/+27
| | | | | | | | |
| * | | | | | | | [vgtv] improve _VALID_URL regexremitamine2015-10-301-9/+11
| | | | | | | | |
| * | | | | | | | [vgtv] extract videos from FTV, Aftenposten, Aftonbladet using VGTVIEremitamine2015-10-303-38/+46
| | | | | | | | |
* | | | | | | | | [franceinter] use _match_idremitamine2015-12-221-4/+1
| | | | | | | | |
* | | | | | | | | [franceinter] fix title extractionremitamine2015-12-221-1/+1
| | | | | | | | |
* | | | | | | | | [bleacherreport] update testremitamine2015-12-221-1/+1
| | | | | | | | |
* | | | | | | | | [viki] detect errors and fix formats extractionremitamine2015-12-221-2/+22
| | | | | | | | |
* | | | | | | | | [soompi] remove extractorremitamine2015-12-222-150/+0
| |/ / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://tv.soompi.com now redirect to viki.com because Viki has acquired Soompi http://www.soompi.com/2015/08/19/we-got-married-soompi-joins-viki/
* | | | | | | | [audimedia] correct test case idremitamine2015-12-211-1/+1
| | | | | | | |
* | | | | | | | [flickr] fix format sortingremitamine2015-12-211-4/+10
| | | | | | | |
* | | | | | | | [br] add support for br-klassik.de and improve extractionremitamine2015-12-211-49/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - extend _VALID_URL to match both br.de and br-klassik.de - extract all formats(hls,hds and rtmp) - use xpath_element and xpath_text for xml info extraction
* | | | | | | | [audiomack] Fix typo (Closes #7936)Sergey M․2015-12-211-1/+1
| | | | | | | |
* | | | | | | | [adultswim] update testremitamine2015-12-211-1/+5
| | | | | | | |