aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [novamov] Make title fatalSergey M․2016-04-051-1/+1
| |
* | [utils] dfxp2srt: add additional namespaceJaime Marquínez Ferrándiz2016-04-041-1/+2
| | | | | | | | Used by the ZDF subtitles (#9081).
* | [zdf] Extract subtitles (closes #9081)Jaime Marquínez Ferrándiz2016-04-041-0/+8
| |
* | [youtube] Add support for zwearz (Closes #9062)Sergey M․2016-04-041-1/+6
| |
* | [brightcove:legacy] skip None value for uploader_idremitamine2016-04-021-1/+2
| |
* | [brightcove:legacy] extract uploader_id as a stringremitamine2016-04-021-5/+5
| |
* | [nowness] update testsremitamine2016-04-021-2/+9
| |
* | [brightcove:new] extract subtitles and strip video titleremitamine2016-04-021-11/+13
| |
* | [brightcove:legacy] improve format extraction and extract uploader_id, ↵remitamine2016-04-021-7/+41
| | | | | | | | duration and timestamp
* | [instagram:user] Fix extraction (fixes #9059)Jaime Marquínez Ferrándiz2016-04-021-1/+1
| | | | | | | | The URL for the next page was incorrect and we always got the same page, therefore it got trapped in an infinite loop.
* | [bbc] Set vcodec to none for audio formatsSergey M․2016-04-021-0/+1
| |
* | [extractor/common] Carry long lineSergey M․2016-04-021-1/+7
| |
* | [extractor/common] Fix numeric identifiers conversion in DASH URL templatesSergey M․2016-04-021-1/+2
| |
* | [brightcove] fix format sortingremitamine2016-04-023-1/+7
| |
* | [cbsinteractive] Add support for ZDNet videosremitamine2016-04-012-7/+32
| |
* | [cnet] extract more formatsremitamine2016-04-011-12/+13
| |
* | [ffmpeg] try to convert tt subtitles usng dfxp2srtremitamine2016-04-011-1/+1
| |
* | [common] prefer using mime type over ext for smil subtitle extractionremitamine2016-04-011-1/+1
| | | | | | | | | | the subtitle ext for http://www.cnet.com/videos/download-amazon-prime-movies-and-tv/ is adb_xml while using the mime type it get tt(application/smptett+xml)
* | [camwithher] Remove extra blank lineJaime Marquínez Ferrándiz2016-04-011-1/+0
| |
* | [cbsnews] Remove unused importJaime Marquínez Ferrándiz2016-04-011-1/+0
| |
* | [aenetworks] Make pep8 happyJaime Marquínez Ferrándiz2016-04-011-2/+3
| |
* | [camwithher] Improve extraction (Closes #8989)Sergey M․2016-04-011-32/+65
| |
* | [camwithher] Add extractortheGeekPirate2016-04-012-0/+56
| | | | | | | | | | | | | | | | | | | | Corrected unnecessary test Sane variable naming RTMP all .flv & url_id for _download_webpage() Corrected all outstanding issues, next up is a squash!
* | [theplatform] extract timestamp and uploaderremitamine2016-04-019-1/+59
| |
* | [screencast] Improve title regexes (Closes #9025)Sergey M․2016-04-011-3/+3
| |
* | screencast.com: fallback on page titleMartin Trigaux2016-04-011-1/+2
| | | | | | | | When determining the title of the page, use the <title> tag of the page
* | [screencast] Add testSergey M․2016-04-011-3/+5
| |
* | screencast.com: support missing wwwMartin Trigaux2016-04-011-2/+2
| | | | | | | | The "www." part of the URL is not mandatory
* | [pluralsight] Remove unnecessary login/password encodeSergey M․2016-04-011-2/+2
| |
* | [lynda] Remove unnecessary login/password encodeSergey M․2016-04-011-2/+2
| |
* | [udemy] Remove unnecessary login/password encodeSergey M․2016-04-011-2/+2
| | | | | | | | This is now covered by compat_urllib_parse_urlencode
* | [udemy:course] Skip non-video lecturesSergey M․2016-04-011-4/+9
| |
* | [movieclips] fix extractionremitamine2016-04-011-17/+26
| |
* | [cbs] add base extractorremitamine2016-04-012-21/+14
| |
* | [aenetworks] improve format extractionremitamine2016-04-011-9/+23
| |
* | [theplatform] sign https urlsremitamine2016-04-011-1/+1
| |
* | release 2016.04.01Philipp Hagemeister2016-04-013-6/+9
| |
* | [cbs] improve extraction(closes #6321)remitamine2016-04-011-21/+57
| |
* | [generic] remove sbnation test(handled by VoxMediaIE)remitamine2016-03-311-13/+0
| |
* | [voxmedia] improve sbnation supportremitamine2016-03-311-38/+71
| |
* | [udemy:course] Use new URL formatSergey M․2016-04-011-2/+2
| |
* | [howstuffworks] improve extractionremitamine2016-03-311-6/+13
| |
* | [tudou] Improve error handling (closes #8988)Yen Chi Hsuan2016-04-011-0/+23
| |
* | [voxmedia] Add new extractor(closes #3182)remitamine2016-03-312-0/+100
| |
* | [udemy] Remove unused importSergey M․2016-03-311-1/+0
| |
* | [udemy:course] Simplify course curriculum downloadingSergey M․2016-03-311-5/+2
| |
* | [extractor/common] Improve _request_webpageSergey M․2016-03-311-7/+12
| | | | | | | | | | * Do not ignore data, headers and query for Requests * Default values for headers and query switched to dicts since these are used by urllib itself
* | [utils] Use update_Request in http_requestSergey M․2016-03-311-6/+1
| |
* | [utils] Add update_RequestSergey M․2016-03-311-0/+14
| |
* | [udemy] Switch to api 2.0 (Closes #9035)Sergey M․2016-03-311-24/+36
| |