summaryrefslogtreecommitdiffstats
path: root/yt_dlp/extractor/commonprotocols.py
diff options
context:
space:
mode:
Diffstat (limited to 'yt_dlp/extractor/commonprotocols.py')
-rw-r--r--yt_dlp/extractor/commonprotocols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/commonprotocols.py b/yt_dlp/extractor/commonprotocols.py
index 2f93e8e..7b3a5b6 100644
--- a/yt_dlp/extractor/commonprotocols.py
+++ b/yt_dlp/extractor/commonprotocols.py
@@ -63,7 +63,7 @@ class ViewSourceIE(InfoExtractor):
_TEST = {
'url': 'view-source:https://www.youtube.com/watch?v=BaW_jenozKc',
- 'only_matching': True
+ 'only_matching': True,
}
def _real_extract(self, url):