aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor/theplatform.py
AgeCommit message (Collapse)Author
2015-08-20[theplatform] Add ThePlatformFeedIEYen Chi Hsuan
2015-08-19[theplatform] Use InfoExtractor._parse_smil_formats()Yen Chi Hsuan
2015-08-13[theplatform] Fallback to hardcoded releaseUrl if not availableYen Chi Hsuan
Fixes #6546. Not adding a test case as test_NBC has the same problem.
2015-06-09[theplatform] Check for /select/media URLs first (#5746)Sergey M․
2015-06-09[theplatform] Take care of /select/media URLs (Closes #5746)Sergey M․
2015-05-01[theplaform] Fix FutureWarningSergey M․
2015-04-08[theplatform] ModernizeSergey M․
2015-04-08[theplatform] Fix for python 2.6Sergey M․
At least single depth level extraction...
2015-04-08[theplatform] Allow <par> without <swtich> at allSergey M․
Bare `wget` on http://link.theplatform.com/s/kYEXFC/22d_qsQ6MIRTl results in an XML without <switch> at all but with <par> and <video> inside it. Let's handle this possible outcome as well.
2015-04-08[theplatform] Rework on <switch> inside <par>Yen Chi Hsuan
2015-04-08[theplatform] Fix video url extraction (fixes #5340)Yen Chi Hsuan
In SMIL 2.1, <switch> nodes may be enclosed in <par>. See http://www.w3.org/TR/SMIL2/smil-timing.html#edef-par
2015-03-31[NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and ↵Yen Chi Hsuan
enhance error detection in ThePlatformIE
2015-02-23Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz
(Closes PR #4964)
2015-02-19[nationalgeographic] Add extractor (closes #4960)Jaime Marquínez Ferrándiz
2015-02-19[theplatform] Convert to new subtitles systemJaime Marquínez Ferrándiz
2015-02-15[theplatform] Add URL sign capabilitySergey M․
2014-12-17[theplatform] Extract captions (Closes #4495)Sergey M․
2014-12-13Fix imports and general cleanupPhilipp Hagemeister
· 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
2014-11-23PEP8: applied even more rulesJouke Waleson
2014-11-23PEP8: E225,E227Jouke Waleson
2014-11-23PEP8: more appliedJouke Waleson
2014-11-23PEP8 appliedJouke Waleson
2014-10-27[nbc] Fix ThePlatform embedded videosPhilipp Hagemeister
2014-09-21[theplatform] Correctly extract videos that don't use f4m or rtmp (reported ↵Jaime Marquínez Ferrándiz
in #3176)
2014-09-21[theplatform] Extract all formats for f4m videosJaime Marquínez Ferrándiz
2014-05-30[theplatform] Use unicode_literals and _download_jsonJaime Marquínez Ferrándiz
2014-04-30[syfy] Add suppor for generic URLs (Fixes #2827)Philipp Hagemeister
2014-02-25[nbc] Add an extractor for the main nbc.com siteJaime Marquínez Ferrándiz
Some of the videos are encrypted, the f4m downloader doesn’t support them.
2014-02-08Add an extractor for syfy.comJaime Marquínez Ferrándiz
It uses theplatfrom.com, which has been updated to work with f4m manifests
2013-12-26[theplatform] Use centralized sortingPhilipp Hagemeister
2013-12-16[theplatform] Fix geographic restriction checkPhilipp Hagemeister
2013-12-16[theplatform] Detect geoblocked contentPhilipp Hagemeister
2013-12-05Remove unused importsPhilipp Hagemeister
2013-12-04[metacafe] Add support for cbs videos (fixes #1838)Jaime Marquínez Ferrándiz
They use theplatform.com
2013-12-04Add an extractor for theplatform.comJaime Marquínez Ferrándiz