Browse Source

[quickscope] Fix typo

totalwebcasting
Sergey M․ 9 years ago
parent
commit
b2f82948ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/periscope.py

+ 1
- 1
youtube_dl/extractor/periscope.py View File

@ -79,7 +79,7 @@ class PeriscopeIE(InfoExtractor):
class QuickscopeIE(InfoExtractor):
IE_DESC = 'Quisck Scope'
IE_DESC = 'Quick Scope'
_VALID_URL = r'https?://watchonperiscope\.com/broadcast/(?P<id>\d+)'
_TEST = {
'url': 'https://watchonperiscope.com/broadcast/56180087',


Loading…
Cancel
Save