mirror of
https://github.com/blackjack4494/yt-dlc.git
synced 2024-11-12 22:12:28 +01:00
[quickscope] Fix typo
This commit is contained in:
parent
428e4e4a85
commit
b2f82948ee
@ -79,7 +79,7 @@ class PeriscopeIE(InfoExtractor):
|
|||||||
|
|
||||||
|
|
||||||
class QuickscopeIE(InfoExtractor):
|
class QuickscopeIE(InfoExtractor):
|
||||||
IE_DESC = 'Quisck Scope'
|
IE_DESC = 'Quick Scope'
|
||||||
_VALID_URL = r'https?://watchonperiscope\.com/broadcast/(?P<id>\d+)'
|
_VALID_URL = r'https?://watchonperiscope\.com/broadcast/(?P<id>\d+)'
|
||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'https://watchonperiscope.com/broadcast/56180087',
|
'url': 'https://watchonperiscope.com/broadcast/56180087',
|
||||||
|
Loading…
Reference in New Issue
Block a user