mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 20:59:24 +01:00
[vine] Remove debugging code
This commit is contained in:
parent
1f8c19767b
commit
0049594efb
@ -31,7 +31,7 @@ class VineIE(InfoExtractor):
|
|||||||
|
|
||||||
data = json.loads(self._html_search_regex(
|
data = json.loads(self._html_search_regex(
|
||||||
r'window\.POST_DATA = { %s: ({.+?}) }' % video_id, webpage, 'vine data'))
|
r'window\.POST_DATA = { %s: ({.+?}) }' % video_id, webpage, 'vine data'))
|
||||||
print(json.dumps(data, indent=2))
|
|
||||||
formats = [
|
formats = [
|
||||||
{
|
{
|
||||||
'url': data['videoLowURL'],
|
'url': data['videoLowURL'],
|
||||||
|
Loading…
Reference in New Issue
Block a user