diff options
author | Remita Amine <remitamine@gmail.com> | 2019-04-03 11:08:42 +0100 |
---|---|---|
committer | Remita Amine <remitamine@gmail.com> | 2019-04-03 11:08:42 +0100 |
commit | 220828f2d6c0147ddcf5c16ff856d8df56332eb7 (patch) | |
tree | 313ac149f0d0cfd38d3cd2f042b4886eab5c7573 /youtube_dl/extractor/biqle.py | |
parent | 977a782110461ec0aa501c134fbb461b006854c7 (diff) |
[vk] use a more unique video id(closes #17848)
Diffstat (limited to 'youtube_dl/extractor/biqle.py')
-rw-r--r-- | youtube_dl/extractor/biqle.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/youtube_dl/extractor/biqle.py b/youtube_dl/extractor/biqle.py index 4c5c6be10..3707dc97f 100644 --- a/youtube_dl/extractor/biqle.py +++ b/youtube_dl/extractor/biqle.py @@ -28,7 +28,7 @@ class BIQLEIE(InfoExtractor): 'url': 'http://biqle.org/watch/-44781847_168547604', 'md5': '7f24e72af1db0edf7c1aaba513174f97', 'info_dict': { - 'id': '168547604', + 'id': '-44781847_168547604', 'ext': 'mp4', 'title': 'Ребенок в шоке от автоматической мойки', 'timestamp': 1396633454, |