From 9b02ce0e86a8e5b2edf84f7d99fc0e0c177f1953 Mon Sep 17 00:00:00 2001 From: hh0rva1h Date: Fri, 24 Apr 2020 09:33:40 +0200 Subject: [PATCH] Revert "orf: reduce tests to only_matching" This reverts commit c9ddb997f856b2ee832f39856e66f6c797a13ab9. --- youtube_dl/extractor/orf.py | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/youtube_dl/extractor/orf.py b/youtube_dl/extractor/orf.py index 537c3faa0..384d9c876 100644 --- a/youtube_dl/extractor/orf.py +++ b/youtube_dl/extractor/orf.py @@ -232,6 +232,7 @@ class ORFNOEIE(ORFRadioIE): loop_station = "oe2n" _TEST = { + 'url': 'https://noe.orf.at/player/20200423/NGM', 'only_matching': True, } @@ -244,6 +245,7 @@ class ORFWIEIE(ORFRadioIE): loop_station = "oe2w" _TEST = { + 'url': 'https://wien.orf.at/player/20200423/WGUM', 'only_matching': True, } @@ -256,6 +258,7 @@ class ORFBGLIE(ORFRadioIE): loop_station = "oe2b" _TEST = { + 'url': 'https://burgenland.orf.at/player/20200423/BGM', 'only_matching': True, } @@ -268,6 +271,7 @@ class ORFOOEIE(ORFRadioIE): loop_station = "oe2o" _TEST = { + 'url': 'https://ooe.orf.at/player/20200423/OGMO', 'only_matching': True, } @@ -280,6 +284,7 @@ class ORFSTMIE(ORFRadioIE): loop_station = "oe2st" _TEST = { + 'url': 'https://steiermark.orf.at/player/20200423/STGMS', 'only_matching': True, } @@ -292,6 +297,7 @@ class ORFKTNIE(ORFRadioIE): loop_station = "oe2k" _TEST = { + 'url': 'https://kaernten.orf.at/player/20200423/KGUMO', 'only_matching': True, } @@ -304,6 +310,7 @@ class ORFSBGIE(ORFRadioIE): loop_station = "oe2s" _TEST = { + 'url': 'https://salzburg.orf.at/player/20200423/SGUM', 'only_matching': True, } @@ -316,6 +323,7 @@ class ORFTIRIE(ORFRadioIE): loop_station = "oe2t" _TEST = { + 'url': 'https://tirol.orf.at/player/20200423/TGUMO', 'only_matching': True, } @@ -328,6 +336,7 @@ class ORFVBGIE(ORFRadioIE): loop_station = "oe2v" _TEST = { + 'url': 'https://vorarlberg.orf.at/player/20200423/VGUM', 'only_matching': True, }