aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/appletrailers.py
AgeCommit message (Collapse)Author
2014-08-10[appletrailers] Support height-less videosPhilipp Hagemeister
2014-03-30Remove unusued importsPhilipp Hagemeister
2014-03-27[appletrailers] ModernizeJaime Marquínez Ferrándiz
2014-01-07More unicode literalsPhilipp Hagemeister
2013-12-25[appletrailers] Use centralized format selectionPhilipp Hagemeister
2013-12-10Use `_download_xml` in more extractorsJaime Marquínez Ferrándiz
2013-12-04Merge remote-tracking branch 'dstftw/correct-valid-urls'Philipp Hagemeister
2013-12-04Correct some extractor _VALID_URL regexesdst
2013-12-03Remove the compatibility code used before the new format system was implementedJaime Marquínez Ferrándiz
2013-09-29[appletrailers] The request for the settings must have the trailer name in ↵Jaime Marquínez Ferrándiz
lower case (fixes #1329)
2013-09-29[appletrailers] Rework extraction (fixes #1387)Jaime Marquínez Ferrándiz
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.
2013-08-28Remove unused importsPhilipp Hagemeister
2013-08-28[addanime] improvePhilipp Hagemeister
2013-08-28[appletrailers] Add supportPhilipp Hagemeister