about summary refs log tree commit diff
path: root/youtube_dl/extractor/generic.py
Commit message (Expand)AuthorAgeFilesLines
* [generic] Improve detectionPhilipp Hagemeister2013-11-251-5/+3
* [bandcamp] add support for albums (reported in #1270)Jaime Marquínez Ferrándiz2013-11-221-1/+2
* Support multiple embedded YouTube URLs (Fixes #1787)Philipp Hagemeister2013-11-181-14/+17
* [brightcove] Set the 'Referer' header if the url has the 'linkBaseUrl' parame...Jaime Marquínez Ferrándiz2013-11-071-5/+7
* [brightcove] Add the extraction of the url from genericJaime Marquínez Ferrándiz2013-11-061-3/+17
* tests: don't run the test if any of the extractors listed in the 'add_ie' fie...Jaime Marquínez Ferrándiz2013-11-061-0/+2
* [GenericIE] Also detect youtube if src url of iframe is embedded in ' instaed...rzhxeo2013-11-051-2/+2
* [generic] Detect bandcamp pages that use custom domains (closes #1662)Jaime Marquínez Ferrándiz2013-10-271-1/+17
* [generic] Fix test video's checksumJaime Marquínez Ferrándiz2013-10-271-1/+1
* Check for embedded YouTube player (Fixes #1616)Philipp Hagemeister2013-10-181-1/+8
* [generic] Support embedded vimeo videos (#1602)Philipp Hagemeister2013-10-151-0/+21
* Fix Brightcove detection when another Flash object is on the pageJoey Adams2013-10-111-1/+1
* [generic] Clarify error messagesPhilipp Hagemeister2013-10-061-3/+3
* [brightcove] Support videos that only provide flv versions (fixes #1504)Jaime Marquínez Ferrándiz2013-09-261-11/+0
* [generic] If the url doesn't specify the protocol, then try to extract prepen...Jaime Marquínez Ferrándiz2013-09-061-0/+5
* [generic] Recognize html5 video in the format '<video src=".+?"' and only unq...Jaime Marquínez Ferrándiz2013-09-051-3/+3
* [generic] simply use urljoinPhilipp Hagemeister2013-08-281-10/+2
* [generic] Fix URL concatenationPhilipp Hagemeister2013-08-281-1/+6
* [generic] small typoPhilipp Hagemeister2013-08-261-1/+1
* [generic] add support for relative URLs (Fixes #1308)Philipp Hagemeister2013-08-241-0/+2
* [generic] Support double slash URLs (Fixes #1309)Philipp Hagemeister2013-08-241-1/+5
* [generic] support HTML5 videoPhilipp Hagemeister2013-08-211-0/+3
* [generic] Ignore stupid HTTP servers (#1284)Philipp Hagemeister2013-08-211-2/+7
* GenericIE: allow to match declaration of the Brightocove parameters that use ...Jaime Marquínez Ferrándiz2013-07-121-1/+1
* GenericIE: detect more Brightcove videosJaime Marquínez Ferrándiz2013-07-111-1/+1
* GenericIE: Detect videos from BrightcoveJaime Marquínez Ferrándiz2013-07-101-9/+32
* GenericIE: match titles that spread across multiple lines (related #904)Jaime Marquínez Ferrándiz2013-07-011-1/+1
* Add --list-extractor-descriptions (human-readable list of IEs)Philipp Hagemeister2013-07-011-2/+1
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-06-271-2/+2
|\
| * Made 'video' the default title for generic IEAlbert Kim2013-06-271-1/+1
| * Made generic IE handle more casesAlbert Kim2013-06-271-1/+1
* | Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|/
* Move GenericIE into its own filePhilipp Hagemeister2013-06-231-0/+151