Yen Chi Hsuan
22a0a95247
[theplatform] Some NBC videos require an additional cookie
Related: #9578
9 years ago
Sergey M․
898f4b49cc
[theplatform] Add _extract_urls
9 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
9 years ago
Yen Chi Hsuan
0738187f9b
[ThePlatform] Fix tests failed since 79ba9140dc
9 years ago
remitamine
a71fca8577
[theplatform] remove _sort_formats from _extract_theplatform_smil
9 years ago
remitamine
79ba9140dc
[theplatform] extract timestamp and uploader
9 years ago
remitamine
db1c969da5
[theplatform] sign https urls
9 years ago
remitamine
c02ec7d430
[cnbc] Add new extractor( closes #8012 )
9 years ago
Sergey M․
cae21032ab
[theplatform] Improve geo restriction detection
9 years ago
remitamine
87c03c6bd2
[theplatform] remove unnecessary import
9 years ago
remitamine
4c92fd2e83
[theplatform] always force theplatform to return a smil for _extract_theplatform_smil
9 years ago
remitamine
9f02ff537c
[theplatform] extract brightcove once formats
9 years ago
remitamine
4459bef203
[thepltform] detect other types of errors
9 years ago
remitamine
cafcf657a4
add more subtitles mime types to mimetype2ext and fix the platform subtitle extraction
9 years ago
remitamine
a7cab4d039
[theplatform] remove unused import and change smil url for ThePlatformFeedIE
9 years ago
remitamine
3dc71d82ce
[theplatform] fix pid extraction in the platform feed
9 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 )
10 years ago
Sergey M․
6e054aacca
[theplatform] Take care of /select/media URLs ( Closes #5746 )
10 years ago
Sergey M․
1dbd717eb4
[theplaform] Fix FutureWarning
10 years ago
Sergey M․
402a3efc92
[theplatform] Modernize
10 years ago
Sergey M․
372f08c990
[theplatform] Fix for python 2.6
At least single depth level extraction...
10 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.
10 years ago
Yen Chi Hsuan
a662163fd5
[theplatform] Rework on <switch> inside <par>
10 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
10 years ago
Yen Chi Hsuan
a2edf2e7ff
[NBC/ThePlatform/Generic] Add a generic detector for NBCSportsVPlayer and enhance error detection in ThePlatformIE
10 years ago
Jaime Marquínez Ferrándiz
6140baf4e1
[nationalgeographic] Add extractor ( closes #4960 )
10 years ago
Jaime Marquínez Ferrándiz
8807f1277f
[theplatform] Convert to new subtitles system
10 years ago
Sergey M․
9fb2f1cd6d
[theplatform] Add URL sign capability
10 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