aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor/theplatform.py
Commit message (Collapse)AuthorAgeFilesLines
* [theplatform] Use subtitles from SMIL, tooYen Chi Hsuan2015-08-211-4/+13
|
* [theplatform] Use _download_jsonYen Chi Hsuan2015-08-201-3/+1
|
* [theplatform] Fix Python 2: declare codingYen Chi Hsuan2015-08-201-0/+1
|
* [theplatform] Support URLs with 'guid='Yen Chi Hsuan2015-08-201-0/+36
|
* [theplatform] Add ThePlatformFeedIEYen Chi Hsuan2015-08-201-40/+122
|
* [theplatform] Use InfoExtractor._parse_smil_formats()Yen Chi Hsuan2015-08-191-59/+13
|
* [theplatform] Fallback to hardcoded releaseUrl if not availableYen Chi Hsuan2015-08-131-1/+5
| | | | | | Fixes #6546. Not adding a test case as test_NBC has the same problem.
* [theplatform] Check for /select/media URLs first (#5746)Sergey M․2015-06-091-1/+1
|
* [theplatform] Take care of /select/media URLs (Closes #5746)Sergey M․2015-06-091-4/+19
|
* [theplaform] Fix FutureWarningSergey M․2015-05-011-3/+9
|
* [theplatform] ModernizeSergey M․2015-04-081-5/+6
|
* [theplatform] Fix for python 2.6Sergey M․2015-04-081-4/+4
| | | | At least single depth level extraction...
* [theplatform] Allow <par> without <swtich> at allSergey M․2015-04-081-0/+2
| | | | | 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.
* [theplatform] Rework on <switch> inside <par>Yen Chi Hsuan2015-04-081-1/+3
|
* [theplatform] Fix video url extraction (fixes #5340)Yen Chi Hsuan2015-04-081-3/+16
| | | | | In SMIL 2.1, <switch> nodes may be enclosed in <par>. See http://www.w3.org/TR/SMIL2/smil-timing.html#edef-par
* [NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and ↵Yen Chi Hsuan2015-03-311-1/+1
| | | | enhance error detection in ThePlatformIE
* Merge branch 'subtitles-rework'Jaime Marquínez Ferrándiz2015-02-231-11/+7
|\ | | | | | | (Closes PR #4964)
| * [theplatform] Convert to new subtitles systemJaime Marquínez Ferrándiz2015-02-191-11/+7
| |
* | [nationalgeographic] Add extractor (closes #4960)Jaime Marquínez Ferrándiz2015-02-191-1/+3
|/
* [theplatform] Add URL sign capabilitySergey M․2015-02-151-4/+38
|
* [theplatform] Extract captions (Closes #4495)Sergey M․2014-12-171-2/+17
|
* Fix imports and general cleanupPhilipp Hagemeister2014-12-131-1/+3
| | | | | | | | · 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
* PEP8: applied even more rulesJouke Waleson2014-11-231-1/+1
|
* PEP8: E225,E227Jouke Waleson2014-11-231-1/+1
|
* PEP8: more appliedJouke Waleson2014-11-231-1/+1
|
* PEP8 appliedJouke Waleson2014-11-231-2/+2
|
* [nbc] Fix ThePlatform embedded videosPhilipp Hagemeister2014-10-271-16/+18
|
* [theplatform] Correctly extract videos that don't use f4m or rtmp (reported ↵Jaime Marquínez Ferrándiz2014-09-211-18/+30
| | | | in #3176)
* [theplatform] Extract all formats for f4m videosJaime Marquínez Ferrándiz2014-09-211-4/+1
|
* [theplatform] Use unicode_literals and _download_jsonJaime Marquínez Ferrándiz2014-05-301-12/+13
|
* [syfy] Add suppor for generic URLs (Fixes #2827)Philipp Hagemeister2014-04-301-1/+1
|
* [nbc] Add an extractor for the main nbc.com siteJaime Marquínez Ferrándiz2014-02-251-4/+10
| | | | Some of the videos are encrypted, the f4m downloader doesn’t support them.
* Add an extractor for syfy.comJaime Marquínez Ferrándiz2014-02-081-24/+42
| | | | It uses theplatfrom.com, which has been updated to work with f4m manifests
* [theplatform] Use centralized sortingPhilipp Hagemeister2013-12-261-4/+10
|
* [theplatform] Fix geographic restriction checkPhilipp Hagemeister2013-12-161-1/+1
|
* [theplatform] Detect geoblocked contentPhilipp Hagemeister2013-12-161-0/+12
|
* Remove unused importsPhilipp Hagemeister2013-12-051-1/+0
|
* [metacafe] Add support for cbs videos (fixes #1838)Jaime Marquínez Ferrándiz2013-12-041-1/+1
| | | | They use theplatform.com
* Add an extractor for theplatform.comJaime Marquínez Ferrándiz2013-12-041-0/+69