Update heise.py
This commit is contained in:
parent
a16faf7d3d
commit
4713395b1d
@ -27,6 +27,7 @@ class HeiseIE(InfoExtractor):
|
|||||||
'thumbnail': r're:^https?://.*/gallery/$',
|
'thumbnail': r're:^https?://.*/gallery/$',
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
|
# YouTube embed
|
||||||
'url': 'http://www.heise.de/newsticker/meldung/Netflix-In-20-Jahren-vom-Videoverleih-zum-TV-Revolutionaer-3814130.html',
|
'url': 'http://www.heise.de/newsticker/meldung/Netflix-In-20-Jahren-vom-Videoverleih-zum-TV-Revolutionaer-3814130.html',
|
||||||
'md5': 'e403d2b43fea8e405e88e3f8623909f1',
|
'md5': 'e403d2b43fea8e405e88e3f8623909f1',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
@ -37,7 +38,10 @@ class HeiseIE(InfoExtractor):
|
|||||||
'upload_date': '20170830',
|
'upload_date': '20170830',
|
||||||
'uploader': 'Netflix Deutschland, Österreich und Schweiz',
|
'uploader': 'Netflix Deutschland, Österreich und Schweiz',
|
||||||
'uploader_id': 'netflixdach',
|
'uploader_id': 'netflixdach',
|
||||||
}
|
},
|
||||||
|
'params': {
|
||||||
|
'skip_download': True,
|
||||||
|
},
|
||||||
}, {
|
}, {
|
||||||
'url': 'http://www.heise.de/ct/artikel/c-t-uplink-3-3-Owncloud-Tastaturen-Peilsender-Smartphone-2403911.html',
|
'url': 'http://www.heise.de/ct/artikel/c-t-uplink-3-3-Owncloud-Tastaturen-Peilsender-Smartphone-2403911.html',
|
||||||
'only_matching': True,
|
'only_matching': True,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user