Will Beaufoy
a38b8a609b
[cbsnews] Handle iframes with src ( closes #24790 )
...
Currently only iframes with a data-src attribute are recognised by the
extractor, meaning no video is found for the URL in the linked bug
(extraction fails with RegexNotFoundError).
This fix removes "data-" from the regex pattern, meaning both data-src
and src will be matched. Technically something like xyzsrc would be
matched as well, but I do not think this is a problem.
2020-04-25 23:00:48 +01:00
Remita Amine
2e11e51c04
[cbsnews] fix extraction( closes #9659 )( closes #15397 )
2019-06-05 01:23:23 +01:00
Sergey M․
a919ca0ad6
[cbsnews] Actualize test
2017-06-28 22:30:12 +07:00
Parmjit Virk
88d6b7c2bd
[cbsnews] Relax video info regex ( fixes #13284 )
2017-06-28 22:21:35 +07:00
Sergey M․
7f4c3a7439
[cbsnews] Fix extraction ( closes #13205 )
2017-05-26 22:42:27 +07:00
Remita Amine
884d09f330
[cbsnews] fix extraction for 60 Minutes videos
2017-05-24 09:44:41 +01:00
Yen Chi Hsuan
ec85ded83c
Fix "invalid escape sequences" error on Python 3.6
2017-01-06 00:58:56 +08:00
Déstin Reed
dcdb292fdd
Unify coding cookie
2016-10-03 23:44:29 +07:00
Remita Amine
7fd57de6fb
[cbsnews:livevideo] fix extraction and extract m3u8 formats
2016-09-24 22:01:33 +01:00
Remita Amine
dabe15701b
[cbs, cbsnews] fix extraction( fixes #10393 )
2016-08-20 13:25:32 +01:00
Yen Chi Hsuan
69eb4d699f
[cbsnews] Remove invalid tests. CBS Live videos gets deleted soon.
2016-08-15 20:29:22 +08:00
Yen Chi Hsuan
ae7b846203
[cbsnews] Update _TESTS of CBSNewsLiveVideoIE
2016-07-16 15:37:54 +08:00
Remita Amine
43518503a6
[cbs,cbsnews,cbssports] reduce requests while extracting all formats
2016-06-19 23:40:00 +01:00
Jaime Marquínez Ferrándiz
0f28777f58
[cbsnews] Remove unused import
2016-04-01 20:43:14 +02:00
remitamine
3e0c3d14d9
[cbs] add base extractor
2016-04-01 10:12:29 +01:00
Sergey M․
19dbaeece3
Remove _sort_formats from _extract_*_formats methods
...
Now _sort_formats should be called explicitly.
_sort_formats has been added to all the necessary places in code.
Closes #8051
2016-03-27 07:03:08 +06:00
Sergey M․
5886b38d73
Add support for https for all extractors as preventive and future-proof measure
2016-03-21 21:36:32 +06:00
remitamine
4c92fd2e83
[theplatform] always force theplatform to return a smil for _extract_theplatform_smil
2016-03-18 09:22:10 +01:00
remitamine
8b809a079a
[cbsnews] use find_xpath_attr
2016-02-18 16:10:09 +01:00
remitamine
778433cb90
[cbsnews] extract subtitle url from theplatform SMIL manifest( fixes #8568 )
2016-02-18 15:43:28 +01:00
remitamine
fd3a1f3d60
[cbsnews] add support for live videos( fixes #7010 )
2016-02-02 23:02:18 +01:00
Sergey M․
ed7cd1e859
[cbsnews] Remove unused import
2016-01-28 00:42:04 +06:00
remitamine
f125d9115b
[cbsnews] extract all formats
2016-01-27 19:11:21 +01:00
Sergey M․
220ee33f2b
[cbsnews] Simplify subtitles extraction and fix test ( Closes #8295 )
2016-01-22 22:23:21 +06:00
John Assael
4118cc02c1
[cbsnews] Extract subtitles
...
added test function for CBS News subtitles
2016-01-22 22:15:51 +06:00
Jaime Marquínez Ferrándiz
c7932289e7
[cbsnews] Fix extraction of the URL for the 'RtmpDesktop' format ( fixes #8048 )
2015-12-30 23:57:19 +01:00
Jaime Marquínez Ferrándiz
1ebb4717df
[cbsnews] Fix construction of 'play_path' in some videos ( fixes #7394 )
2015-11-12 21:02:56 +01:00
blissland
e8cfacae37
[CBSNewsIE] Relax thumbnail regex so test passes
2015-05-15 17:57:32 +01:00
Jouke Waleson
5f6a1245ff
PEP8 applied
2014-11-23 20:41:03 +01:00
Sergey M․
85e787f51d
[cbsnews] Add support for cbsnews.com ( Closes #2691 )
2014-04-06 06:03:58 +07:00