aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/appletrailers.py
Commit message (Collapse)AuthorAgeFilesLines
* [appletrailers] Support height-less videosPhilipp Hagemeister2014-08-101-2/+3
|
* Remove unusued importsPhilipp Hagemeister2014-03-301-1/+0
|
* [appletrailers] ModernizeJaime Marquínez Ferrándiz2014-03-271-13/+15
|
* More unicode literalsPhilipp Hagemeister2014-01-071-30/+32
|
* [appletrailers] Use centralized format selectionPhilipp Hagemeister2013-12-251-1/+2
|
* Use `_download_xml` in more extractorsJaime Marquínez Ferrándiz2013-12-101-12/+11
|
* Merge remote-tracking branch 'dstftw/correct-valid-urls'Philipp Hagemeister2013-12-041-1/+1
|\
| * Correct some extractor _VALID_URL regexesdst2013-12-041-1/+1
| |
* | Remove the compatibility code used before the new format system was implementedJaime Marquínez Ferrándiz2013-12-031-7/+2
|/
* [appletrailers] The request for the settings must have the trailer name in ↵Jaime Marquínez Ferrándiz2013-09-291-1/+1
| | | | lower case (fixes #1329)
* [appletrailers] Rework extraction (fixes #1387)Jaime Marquínez Ferrándiz2013-09-291-70/+42
| | | | | | | | | | The exraction was broken: * The includes page contains img elements that need to be fixed. * Use the 'itunes.inc' page, it contains a json dictionary for each trailer with information. * Get the formats from 'includes/settings{trailer_name}.json' * Use urljoin to allow urls with a fragment identifier to work Removed the thumbnail urls from the tests, they are different now.
* Remove unused importsPhilipp Hagemeister2013-08-281-1/+0
|
* [addanime] improvePhilipp Hagemeister2013-08-281-1/+1
|
* [appletrailers] Add supportPhilipp Hagemeister2013-08-281-0/+167