diff options
| author | Remita Amine <remitamine@gmail.com> | 2019-10-28 15:17:06 +0100 | 
|---|---|---|
| committer | Remita Amine <remitamine@gmail.com> | 2019-10-28 15:17:06 +0100 | 
| commit | 0f9d53566a5956854af77173c0e910ed7454aadf (patch) | |
| tree | 5cba68c23281b1210ae4fc68788964a3d0f74a45 | |
| parent | 80c2126e80bc41f7b66d325c4c67c61887c58fb0 (diff) | |
[la7] update Kaltura service URL(closes #22358)
| -rw-r--r-- | youtube_dl/extractor/la7.py | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/youtube_dl/extractor/la7.py b/youtube_dl/extractor/la7.py index 6373268c4..c3b4ffa7e 100644 --- a/youtube_dl/extractor/la7.py +++ b/youtube_dl/extractor/la7.py @@ -20,7 +20,7 @@ class LA7IE(InfoExtractor):          'url': 'http://www.la7.it/crozza/video/inccool8-02-10-2015-163722',          'md5': '8b613ffc0c4bf9b9e377169fc19c214c',          'info_dict': { -            'id': 'inccool8-02-10-2015-163722', +            'id': '0_42j6wd36',              'ext': 'mp4',              'title': 'Inc.Cool8',              'description': 'Benvenuti nell\'incredibile mondo della INC. COOL. 8. dove “INC.” sta per “Incorporated” “COOL” sta per “fashion” ed Eight sta per il gesto  atletico', @@ -57,7 +57,7 @@ class LA7IE(InfoExtractor):          return {              '_type': 'url_transparent',              'url': smuggle_url('kaltura:103:%s' % player_data['vid'], { -                'service_url': 'http://kdam.iltrovatore.it', +                'service_url': 'http://nkdam.iltrovatore.it',              }),              'id': video_id,              'title': player_data['title'], | 
