Commit Graph

11 Commits (77245725196717dabd35f4163004a5cfa31db6b5)

Author SHA1 Message Date
Philipp Hagemeister 032b3df5af [redtube] Use unicode_literals
Mike Col 9d11a41fe4 [redtube] Add support for thumbnails
Signed-off-by: Philipp Hagemeister <phihag@phihag.de>
Jaime Marquínez Ferrándiz c11529618a [redtube] Make ‘http:’ not optional (closes )
If the url doesn’t specify the protocol we can’t directly use it to download the webpage, we would need to build a new url.
Instead, we let the generic extractor add the protocol.
Philipp Hagemeister 938384c587 [redtube] Fix search for title
Philipp Hagemeister d1c252048b [redtube] Do not test md5, seems to vary
Rogério Brito 50a6150ed9 extractor: Set age limit on some adult-related extractors.
More age limit of videos for adult-related sites.

Note that, for redtube, I explicitly left the variable containing the age
limit, since the comment justifying the age limit is a good thing to have.

That being said, I included the age limit field on the test, to better
reflect what the information extractor does (even if it may not break the
automated tests).

Signed-off-by: Rogério Brito <rbrito@ime.usp.br>
Philipp Hagemeister 1310bf2474 [redtube] add age_limit
Philipp Hagemeister cd214418f6 [redtube] pep8
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister d26d440e19 [redtube] Simplify
Philipp Hagemeister 9f5daf0006 [redtube] move into own file