Browse Source

[discovery] Relax _VALID_URL (Closes #8903)

totalwebcasting
Sergey M․ 9 years ago
parent
commit
96a9f22d98
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      youtube_dl/extractor/discovery.py

+ 1
- 1
youtube_dl/extractor/discovery.py View File

@ -9,7 +9,7 @@ from ..compat import compat_str
class DiscoveryIE(InfoExtractor):
_VALID_URL = r'''(?x)http://(?:www\.)?(?:
_VALID_URL = r'''(?x)https?://(?:www\.)?(?:
discovery|
investigationdiscovery|
discoverylife|


Loading…
Cancel
Save