summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [wistia] Improve hls supportSergey M․2016-05-201-1/+8
|
* [wistia] Skip storyboard and improve extractionSergey M․2016-05-201-4/+8
|
* [wistia] Add alias and modernizeSergey M․2016-05-201-10/+18
|
* [cbc] Add the test case from #5156Yen Chi Hsuan2016-05-201-2/+15
|
* [common] Extract audio formats in SMILYen Chi Hsuan2016-05-201-10/+10
| | | | | | Found in http://www.cbc.ca/player/play/2657631896 Closes #5156
* [cbc] Fix for old-styled URLsYen Chi Hsuan2016-05-201-1/+1
| | | | | | The URL http://www.cbc.ca/player/News/ID/2672225049/ (#6342) redirects to http://www.cbc.ca/player/play/2672224672, while youtube-dl wasn't able to handle it correctly.
* [cbc] extract http formats and update testsremitamine2016-05-201-30/+33
|
* [24video] Fix description extractionSergey M․2016-05-201-1/+2
|
* [learnr] Add new extractor(closes #4284)remitamine2016-05-192-0/+34
|
* Merge pull request #9537 from TRox1972/p1Yen Chi Hsuan2016-05-191-1/+1
|\ | | | | [Makefile] delete thumbnails
| * [Makefile] delete thumbnailsTRox19722016-05-191-1/+1
|/
* [ndtv] Fix extractionSergey M․2016-05-191-29/+11
|
* [utils] Allow None in remove_{start,end}Sergey M․2016-05-192-6/+14
|
* [formula1] Add new extractor(closes #3617)remitamine2016-05-182-0/+26
|
* [nfb] Modernize and extract subtitlesSergey M․2016-05-181-45/+63
|
* [nfb] Fix uploader extractionSergey M․2016-05-171-2/+1
|
* [abcnews] Added a new extractor (closes #3992)Yen Chi Hsuan2016-05-173-2/+141
| | | | Related: #6108, #8664, #9459
* [utils] Check for None values in SOCKS proxyYen Chi Hsuan2016-05-171-2/+7
| | | | | Originally reported at https://github.com/rg3/youtube-dl/pull/9287#issuecomment-219617864
* release 2016.05.16Philipp Hagemeister2016-05-163-8/+7
|
* [groupon] Add support for Youtube embeds (Closes #9508)Sergey M․2016-05-161-9/+22
|
* [collegehumor] Remove extractorSergey M․2016-05-152-102/+0
| | | | It now uses brightcove
* [hearthisat] Update the first testYen Chi Hsuan2016-05-151-1/+1
|
* [hearthisat] Detect invalid download links (fixes #9440)Yen Chi Hsuan2016-05-151-9/+29
|
* [utils] Fix getheader in urlhandle_detect_extYen Chi Hsuan2016-05-151-5/+1
| | | | Fixes #7049, related to #9440
* [xvideos] Extract html5 player formats (Closes #9495)Sergey M․2016-05-151-22/+21
|
* [extractor/common] Improve name extraction for m3u8 formatsSergey M․2016-05-151-1/+4
|
* [extractor/generic] Improve 3qsdn embeds support (Closes #9453)Sergey M․2016-05-141-2/+14
|
* [utils] Simplify integer conversion in js_to_jsonSergey M․2016-05-141-3/+3
|
* [extractor/generic:3qsdn] Add support for embedsSergey M․2016-05-142-0/+13
|
* [3qsdn] Add extractorSergey M․2016-05-142-0/+133
|
* [test_utils] PEP 8Sergey M․2016-05-141-1/+0
|
* [ora] Revert extraction to regexesSergey M․2016-05-141-13/+14
| | | | It's less fragile than using js_to_json with ora js
* [utils] Process non-base 10 integers in js_to_jsonSergey M․2016-05-142-0/+31
|
* [ora] minimise fragile regex shenanigans; recognise unsafespeech.com URLsfelix2016-05-141-9/+11
|
* [utils] js_to_json: various improvementsfelix2016-05-142-14/+28
| | | | now JS object literals like { /* " */ 0: ",]\xaa<\/p>", } will be correctly converted to JSON.
* Merge pull request #9492 from jwilk/teamcocoYen Chi Hsuan2016-05-141-1/+1
|\ | | | | [teamcoco] Fix base64 regexp
| * [teamcoco] Fix base64 regexpJakub Wilk2016-05-141-1/+1
| |
* | Merge pull request #9493 from jwilk/errnoYen Chi Hsuan2016-05-141-1/+1
|\ \ | |/ |/| Don't hardcode errno constant
| * Don't hardcode errno constantJakub Wilk2016-05-141-1/+1
|/ | | | | The value of ENOENT is architecture-dependent, so don't assume it's always 2.
* [test/test_socks] Skip SOCKS testsYen Chi Hsuan2016-05-141-0/+11
| | | | | They occasional trigger errors or blocks (https://travis-ci.org/rg3/youtube-dl/jobs/130184883)
* Merge pull request #9466 from TRox1972/patch-1Yen Chi Hsuan2016-05-141-1/+1
|\ | | | | Update README.md
| * Update README.mdTRox19722016-05-121-1/+1
| |
* | [cinemassacre] Remove extractor (Closes #9457)Sergey M․2016-05-142-120/+0
| | | | | | | | It now uses jwplatform
* | [YoutubeDL] Sanitize url for url and url_transparent extraction resultsSergey M․2016-05-141-0/+1
| |
* | [sina] fix extraction(fixes #1146)remitamine2016-05-131-40/+84
| |
* | [imdb] Improve extractionSergey M․2016-05-131-7/+21
| |
* | [imdb] Relax _VALID_URL (Closes #9481)Sergey M․2016-05-131-3/+6
| |
* | [openload] Fix extraction (closes #9472)Yen Chi Hsuan2016-05-131-1/+1
| |
* | [brightcove] change the protocol for m3u8 formats to m3u8_nativeremitamine2016-05-131-5/+7
| |
* | [nrk] extract m3u8 formatsremitamine2016-05-131-23/+16
| |