diff options
Diffstat (limited to 'yt_dlp/extractor/premiershiprugby.py')
-rw-r--r-- | yt_dlp/extractor/premiershiprugby.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt_dlp/extractor/premiershiprugby.py b/yt_dlp/extractor/premiershiprugby.py index 67d41fd..313b4d2 100644 --- a/yt_dlp/extractor/premiershiprugby.py +++ b/yt_dlp/extractor/premiershiprugby.py @@ -14,7 +14,7 @@ class PremiershipRugbyIE(InfoExtractor): 'duration': 6093.0, 'tags': ['video'], 'categories': ['Full Match', 'Harlequins', 'Newcastle Falcons', 'gallaher premiership'], - } + }, }] def _real_extract(self, url): |