aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/discovery.py
AgeCommit message (Collapse)Author
2015-06-07[discovery] Rewrite DiscoveryIE (fixes #5898)Yen Chi Hsuan
Discovery.com now uses a completely different approach for serving videos. At least in both test cases brightcove are involved. However, AMF support is necessary for these brightcove videos. As a result, I try to extract videos from the info page ('?flat=1'). The downloaded file can be different from the one in browsers.
2015-01-08[discovery] Fix extractorPhilipp Hagemeister
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-06-24[discovery] Change default urlPeter
URL does a redirect from dsc.discovery.com to www.discovery.com This commit fixes the correct URL.
2014-03-29[discovery] modernizeJaime Marquínez Ferrándiz
2014-01-27[discovery] Extract more info and simplifyJaime Marquínez Ferrándiz
2014-01-26Added support for Discovery Issue #2227sahutd