Updated the TEST values to remove errors from test. Also removed the youtube import at the top.
This commit is contained in:
parent
dff32d0be6
commit
f096000216
@ -1,7 +1,6 @@
|
|||||||
from __future__ import unicode_literals
|
from __future__ import unicode_literals
|
||||||
|
|
||||||
from .common import InfoExtractor
|
from .common import InfoExtractor
|
||||||
from .youtube import YoutubeIE
|
|
||||||
|
|
||||||
|
|
||||||
class TVANouvellesIE(InfoExtractor):
|
class TVANouvellesIE(InfoExtractor):
|
||||||
@ -10,13 +9,13 @@ class TVANouvellesIE(InfoExtractor):
|
|||||||
_TEST = {
|
_TEST = {
|
||||||
'url': 'http://www.tvanouvelles.ca/videos/5117035533001',
|
'url': 'http://www.tvanouvelles.ca/videos/5117035533001',
|
||||||
'info_dict': {
|
'info_dict': {
|
||||||
'id': '3792260579001',
|
'id': '5117035533001',
|
||||||
'ext': 'mp4',
|
'ext': 'mp4',
|
||||||
'title': 'title',
|
'title': 'L\u2019industrie du taxi d\xe9nonce l\u2019entente entre Qu\xe9bec et Uber: explications',
|
||||||
'description': 'description',
|
'description': 'L\u2019industrie du taxi a unanimement a d\xe9nonc\xe9 l\u2019entente avec le gouvernement du Qu\xe9bec qui permet \xe0 l\u2019entreprise de covoiturage Uber de faire des affaires l\xe9galement dans le cadre d\u2019un projet pilote d\u2019un an.',
|
||||||
'uploader_id': '1741764581',
|
'uploader_id': '1741764581',
|
||||||
'timestamp': 1411116829,
|
'timestamp': 1473352030,
|
||||||
'upload_date': '20140919',
|
'upload_date': '20160908',
|
||||||
},
|
},
|
||||||
'add_ie': ['BrightcoveNew'],
|
'add_ie': ['BrightcoveNew'],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user