Commit Graph

62 Commits (50ce1c331c736d8219f3bf631ff069b9aecc48e3)

Author SHA1 Message Date
Sergey M․ 898f4b49cc
[theplatform] Add _extract_urls 8 years ago
Yen Chi Hsuan dcf094d626
[theplatform] Fix for Python 3.2
test_AENetworks{,_1} fails as in Python < 3.3, binascii.a2b_* functions
accepts only bytes-like objects
8 years ago
Yen Chi Hsuan 0738187f9b
[ThePlatform] Fix tests failed since 79ba9140dc 8 years ago
remitamine a71fca8577 [theplatform] remove _sort_formats from _extract_theplatform_smil 8 years ago
remitamine 79ba9140dc [theplatform] extract timestamp and uploader 8 years ago
remitamine db1c969da5 [theplatform] sign https urls 8 years ago
remitamine c02ec7d430 [cnbc] Add new extractor(closes #8012) 8 years ago
Sergey M․ cae21032ab [theplatform] Improve geo restriction detection 8 years ago
remitamine 87c03c6bd2 [theplatform] remove unnecessary import 8 years ago
remitamine 4c92fd2e83 [theplatform] always force theplatform to return a smil for _extract_theplatform_smil 8 years ago
remitamine 9f02ff537c [theplatform] extract brightcove once formats 8 years ago
remitamine 4459bef203 [thepltform] detect other types of errors 8 years ago
remitamine cafcf657a4 add more subtitles mime types to mimetype2ext and fix the platform subtitle extraction 8 years ago
remitamine a7cab4d039 [theplatform] remove unused import and change smil url for ThePlatformFeedIE 8 years ago
remitamine 3dc71d82ce [theplatform] fix pid extraction in the platform feed 8 years ago
remitamine 014b5c59d8 [theplatform] extend _VALID_URL regex 9 years ago
remitamine fad7a336a1 Revert "[history] fix signature and media url extraction(fixes #8240)"
This reverts commit ffbc0baf72.
9 years ago
remitamine ffbc0baf72 [history] fix signature and media url extraction(fixes #8240) 9 years ago
Sergey M․ 18e4088fad [theplatform] Add support for referer protected videos wuth explicit SMIL 9 years ago
Sergey M․ 325bb615a7 [theplatform] Style 9 years ago
Sergey M․ ee5cd8418e [theplatform] Handle protocolless feed URLs (Closes #7532) 9 years ago
Sergey M․ 9a4acbfaf5 [theplatform] Add test for #7385 9 years ago
Sergey M․ ad1f4e7902 [theplatform] Handle explicitly specified SMIL (#7385) 9 years ago
Yen Chi Hsuan c687ac745b [theplatform] Use subtitles from SMIL, too 9 years ago
Yen Chi Hsuan dd565ac1ad [theplatform] Use _download_json 9 years ago
Yen Chi Hsuan aa6cd05ed8 [theplatform] Fix Python 2: declare coding 9 years ago
Yen Chi Hsuan 05fe2594e4 [theplatform] Support URLs with 'guid=' 9 years ago
Yen Chi Hsuan 26e1c3514f [theplatform] Add ThePlatformFeedIE 9 years ago
Yen Chi Hsuan f877c6ae5a [theplatform] Use InfoExtractor._parse_smil_formats() 9 years ago
Yen Chi Hsuan 28479149cc [theplatform] Fallback to hardcoded releaseUrl if not available
Fixes #6546.

Not adding a test case as test_NBC has the same problem.
9 years ago
Sergey M․ bd5bc0cd5a [theplatform] Check for /select/media URLs first (#5746) 9 years ago
Sergey M․ 6e054aacca [theplatform] Take care of /select/media URLs (Closes #5746) 9 years ago
Sergey M․ 1dbd717eb4 [theplaform] Fix FutureWarning 9 years ago
Sergey M․ 402a3efc92 [theplatform] Modernize 9 years ago
Sergey M․ 372f08c990 [theplatform] Fix for python 2.6
At least single depth level extraction...
9 years ago
Sergey M․ aef8fdba11 [theplatform] Allow <par> without <swtich> at all
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.
9 years ago
Yen Chi Hsuan a662163fd5 [theplatform] Rework on <switch> inside <par> 9 years ago
Yen Chi Hsuan bd7a6478a2 [theplatform] Fix video url extraction (fixes #5340)
In SMIL 2.1, <switch> nodes may be enclosed in <par>. See
http://www.w3.org/TR/SMIL2/smil-timing.html#edef-par
9 years ago
Yen Chi Hsuan a2edf2e7ff [NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and enhance error detection in ThePlatformIE 9 years ago
Jaime Marquínez Ferrándiz bfc993cc91 Merge branch 'subtitles-rework'
(Closes PR #4964)
9 years ago
Jaime Marquínez Ferrándiz 6140baf4e1 [nationalgeographic] Add extractor (closes #4960) 9 years ago
Jaime Marquínez Ferrándiz 8807f1277f [theplatform] Convert to new subtitles system 9 years ago
Sergey M․ 9fb2f1cd6d [theplatform] Add URL sign capability 9 years ago
Sergey M․ 748ec66725 [theplatform] Extract captions (Closes #4495) 10 years ago
Philipp Hagemeister 1cc79574fc Fix imports and general cleanup
· 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
10 years ago
Jouke Waleson 9e1a5b8455 PEP8: applied even more rules 10 years ago
Jouke Waleson 2514d2635e PEP8: E225,E227 10 years ago
Jouke Waleson 8bcc875676 PEP8: more applied 10 years ago
Jouke Waleson 5f6a1245ff PEP8 applied 10 years ago
Philipp Hagemeister 10e3d73472 [nbc] Fix ThePlatform embedded videos 10 years ago