diff options
| author | Sergey M․ <dstftw@gmail.com> | 2015-08-08 05:40:41 +0600 | 
|---|---|---|
| committer | Sergey M․ <dstftw@gmail.com> | 2015-08-08 05:40:41 +0600 | 
| commit | b2f82948ee5eadc483c01dc589b82426bb32ba68 (patch) | |
| tree | 883f2ddc202d48252eef985dc28add2ff8f23e99 | |
| parent | 428e4e4a850df81031e8267dddf759da605639e3 (diff) | |
[quickscope] Fix typo
| -rw-r--r-- | youtube_dl/extractor/periscope.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/youtube_dl/extractor/periscope.py b/youtube_dl/extractor/periscope.py index 578b53a24..8ad936758 100644 --- a/youtube_dl/extractor/periscope.py +++ b/youtube_dl/extractor/periscope.py @@ -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', | 
