Commit Graph

29 Commits (ac71fd5919302f0d42c0cd79e04522cab8ab0318)

Author SHA1 Message Date
nixxo 1ca5f821c8
[redtube] Extend _VALID_URL ()
Sergey M․ cd13343ad8
[redtube] Improve formats extraction and extract m3u8 formats (closes , closes )
Dave Loyall bf097a5077
[redtube] Improve title extraction ()
Sergey M․ 484637a9cc
[redtube] Detect private videos ()
Sergey M․ 560d3b7d7c
[redtube] Improve metadata extraction (closes , closes )
Sergey M․ 3052a30d42
Improve URL extraction
Wandang 18ebd1a843 [redtube] Fix duration extraction and update test
Sergey M․ 1367c798e3
[redtube] Fix metadata extraction (closes )
Sergey M․ 880fa66f4f
[redtube] Fix formats extraction (closes )
Sergey M․ e28ed498e6
[extractor/generic] Add support for redtube embds (closes )
Sergey M․ 5021ca6c13
[redtube] Add support for embed URLs
Sergey M․ 915620fd68
[redtube] PEP 8
Sergey M․ ac12e888f9
[redtube] Extract all formats, duration, upload date and view count (Closes )
Sergey M․ 5886b38d73 Add support for https for all extractors as preventive and future-proof measure
Sergey M․ 838b93405b [redtube] Fix test
Sergey M․ 2676caf344 [redtube] Capture and output removed video message ()
Philipp Hagemeister faf3494894 [redtube] Modernize
MikeCol 530ed178b7 Redtube changed player config, new place to get thumb URL
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