[PeerTube] Use single-quotes instead of double quotes in tests
This commit is contained in:
parent
7ea039df34
commit
3d3b91554a
@ -443,8 +443,8 @@ class PeerTubeIE(InfoExtractor):
|
|||||||
'view_count': int,
|
'view_count': int,
|
||||||
'like_count': int,
|
'like_count': int,
|
||||||
'dislike_count': int,
|
'dislike_count': int,
|
||||||
'tags': ["framasoft", "peertube"],
|
'tags': ['framasoft', 'peertube'],
|
||||||
'categories': ["Science & Technology"],
|
'categories': ['Science & Technology'],
|
||||||
}
|
}
|
||||||
}, {
|
}, {
|
||||||
'url': 'https://peertube.tamanoir.foucry.net/videos/watch/0b04f13d-1e18-4f1d-814e-4979aa7c9c44',
|
'url': 'https://peertube.tamanoir.foucry.net/videos/watch/0b04f13d-1e18-4f1d-814e-4979aa7c9c44',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user