summaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/generic.py
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| | | | ' instead of "
* GenericIE: detect more Brightcove videosJaime Marquínez Ferrándiz2013-07-111-1/+1
| | | | In some sites "class" contains more that BrightcoveExperience
* GenericIE: Detect videos from BrightcoveJaime Marquínez Ferrándiz2013-07-101-9/+32
| | | | Brightcove videos info is usually found in an <object class="BrightcoveExperience"></object> node, this is passed to a new method of BrightcoveIE that builds a url to extract the video.
* 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
| | | | | | | | | | Added a possible quote after file, so it can now handle cases like: 'file': 'http://www.a.com/b.mp4'
* | Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-0/+9
|/
* Move GenericIE into its own filePhilipp Hagemeister2013-06-231-0/+151