mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 18:22:21 +00:00
[discovery] Relax _VALID_URL (Closes #8903)
This commit is contained in:
parent
40025ee2a3
commit
96a9f22d98
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ from ..compat import compat_str
|
||||||
|
|
||||||
|
|
||||||
class DiscoveryIE(InfoExtractor):
|
class DiscoveryIE(InfoExtractor):
|
||||||
_VALID_URL = r'''(?x)http://(?:www\.)?(?:
|
_VALID_URL = r'''(?x)https?://(?:www\.)?(?:
|
||||||
discovery|
|
discovery|
|
||||||
investigationdiscovery|
|
investigationdiscovery|
|
||||||
discoverylife|
|
discoverylife|
|
||||||
|
|
Loading…
Reference in a new issue