about summary refs log tree commit diff
path: root/youtube_dl/extractor/traileraddict.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [refactor] Single quotes consistencySergey M․2016-02-141-4/+4
|
* PEP8: applied even more rulesJouke Waleson2014-11-231-3/+3
|
* PEP8 appliedJouke Waleson2014-11-231-3/+3
|
* [traileraddict] mark as brokenPhilipp Hagemeister2014-02-041-0/+1
| | | | | traileraddict has changed their URL encoding scheme. I'm working on restoring support, but that may take some time.
* [traileraddict] Fix extractionPhilipp Hagemeister2014-02-021-20/+31
|
* Merge pull request #1114 from alexvh/traileraddict_hdJaime Marquínez Ferrándiz2013-07-241-5/+11
|\ | | | | | | | | | | [traileraddict] Obtain hd quality stream if available Updated md5 checksum of the test video.
| * [traileraddict] Obtain hd quality stream if availableAlex Van't Hof2013-07-241-4/+10
| | | | | | | | | | No clear method for determining if hd is available so opted to just check for presence of hd toggle function.
* | [traileraddict]: Support clips urls and more trailer urlsJaime Marquínez Ferrándiz2013-07-241-3/+3
| |
* | [traileraddict] Allow all types of trailer URLsAlex Van't Hof2013-07-241-1/+1
|/ | | | | Valid url regex for traileraddict.com is too strict. Need to allow, e.g. theatrical-trailer, teaser-trailer, feature-read-band-trailer, etc.
* InfoExtractor: add some helper methods to extract OpenGraph infoJaime Marquínez Ferrándiz2013-07-121-6/+3
|
* added an IE and test for traileraddict.comM.Yasoob Khalid2013-06-291-0/+49