aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/tlc.py
Commit message (Collapse)AuthorAgeFilesLines
* [discoverynetworks] add support for more domains and bypass geo restictionRemita Amine2017-03-171-43/+0
|
* Unify coding cookieDéstin Reed2016-10-031-1/+1
|
* Improve some _VALID_URLsstepshal2016-09-141-1/+1
|
* [tlc] fix query string parsingRemita Amine2016-09-071-2/+6
|
* Add support for https for all extractors as preventive and future-proof measureSergey M․2016-03-211-1/+1
|
* [tlc] fix extraction and update extractor to use BrightcoveNewIEremitamine2016-03-141-22/+13
|
* [tlc] remove TlcIEremitamine2015-12-311-23/+0
|
* [brightcove] Rename extractor to brightcove legacySergey M․2015-11-141-3/+3
| | | | Old embedding approaches are now "Legacy Studio"
* [tlc] Fix test failure due to DiscoveryIE changesYen Chi Hsuan2015-06-071-5/+10
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+1
| | | | | | | | · Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions
* Fix all PEP8 issues except E501Philipp Hagemeister2014-11-231-2/+3
|
* [tlc.de] If the url contains a fragment, use if in the iframe url (reported ↵Jaime Marquínez Ferrándiz2014-07-131-0/+5
| | | | | | in #2748) The fragment is used in the webpage for selecting different videos.
* [tlc] Add an extractor for tlc.comJaime Marquínez Ferrándiz2014-04-161-0/+18
| | | | It uses the same system as discovery.com
* Add an extractor for tlc.de (fixes #2748)Jaime Marquínez Ferrándiz2014-04-161-0/+42