diff options
Diffstat (limited to 'yt_dlp/extractor/footyroom.py')
-rw-r--r-- | yt_dlp/extractor/footyroom.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/footyroom.py b/yt_dlp/extractor/footyroom.py index 4a1316b..797e894 100644 --- a/yt_dlp/extractor/footyroom.py +++ b/yt_dlp/extractor/footyroom.py @@ -19,7 +19,7 @@ class FootyRoomIE(InfoExtractor): 'title': 'VIDEO Georgia 0 - 2 Germany', }, 'playlist_count': 1, - 'add_ie': ['Playwire'] + 'add_ie': ['Playwire'], }] def _real_extract(self, url): |