aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/appletrailers.py
Commit message (Collapse)AuthorAgeFilesLines
* [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