Browse Source

[prosiebensat1] Add support for .at domain names (Closes #5786)

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

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

@ -17,7 +17,7 @@ from ..utils import (
class ProSiebenSat1IE(InfoExtractor):
IE_NAME = 'prosiebensat1'
IE_DESC = 'ProSiebenSat.1 Digital'
_VALID_URL = r'https?://(?:www\.)?(?:(?:prosieben|prosiebenmaxx|sixx|sat1|kabeleins|ran|the-voice-of-germany)\.de|fem\.com)/(?P<id>.+)'
_VALID_URL = r'https?://(?:www\.)?(?:(?:prosieben|prosiebenmaxx|sixx|sat1|kabeleins|the-voice-of-germany)\.(?:de|at)|ran\.de|fem\.com)/(?P<id>.+)'
_TESTS = [
{


Loading…
Cancel
Save