Pete Johns
5d6e557d0f
Extract SBSBaseIE with common _real_extract(), which follows established BaseIE pattern
2020-04-13 15:04:27 +10:00
Pete Johns
a6376446ec
Don't inherit from SBSIE
...
It's unclear from https://github.com/ytdl-org/youtube-dl/pull/21066#discussion_r407193002 why this is the case as the codebase has many examples of other InfoExtractor classes inheriting from derived classes.
2020-04-13 13:35:27 +10:00
Pete Johns
685ed27a4f
Use suitable() to determine which InfoExtractor class to use
2020-04-13 13:26:23 +10:00
Pete Johns
fd90cab05a
_VALID_URL regular expressions are not anchored
2020-04-13 13:23:08 +10:00
Pete Johns
5e04505a96
Remove data obviated by 'only_matching' flag
2020-04-13 13:14:02 +10:00
Pete Johns
75256313a6
Anchor re to prevent false-positives
2019-05-13 07:45:03 +10:00
Pete Johns
744df7ab32
Extract SBSNewsIE from SBSIE
2019-05-12 20:58:09 +10:00
Pete Johns
c66cc3cc5b
Handle SBS News URLs without IDs
2019-05-12 13:21:42 +10:00
Sergey M․
3089bc748c
Fix W504 and disable W503 ( closes #20863 )
2019-05-11 03:57:40 +07: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
remitamine
79ba9140dc
[theplatform] extract timestamp and uploader
2016-04-01 18:07:17 +01:00
remitamine
a646a8cf98
[sbs] improve extraction( fixes #3811 )
...
- extract error messages
- force the platform smil url(previously the manifest param
in the query is not respected which make theplatform return non working
mp4 files for some videos)
2016-03-17 02:07:06 +01:00
Sergey M․
3c283a381e
[sbs] Simplify
2015-07-18 02:43:18 +06:00
Seamus Phelan
75a40b2251
[SBS] fixes due to website changes
2015-07-13 22:35:45 +10:00
Jaime Marquínez Ferrándiz
4d52f2eb7f
[sbs] Remove unused import
2015-05-16 18:38:28 +02:00
Sergey M․
ef2dcbe4ad
[sbs] Fix extraction ( Closes #5725 )
2015-05-16 21:07:29 +06:00
Jouke Waleson
9e1a5b8455
PEP8: applied even more rules
2014-11-23 21:39:15 +01:00
Jaime Marquínez Ferrándiz
63cddb6477
[sbs] Recognize urls with format ' http://www.sbs.com.au/ondemand/video/ <id>' ( #3811 )
2014-09-22 14:11:08 +02:00
Jaime Marquínez Ferrándiz
e35cb78c40
[theplatform] Correctly extract videos that don't use f4m or rtmp (reported in #3176 )
2014-09-21 16:08:38 +02:00
Philipp Hagemeister
2ef6fcb5d8
[sbs] Add new extractor ( Fixes #3566 )
2014-08-23 15:20:56 +02:00