Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[video.tt] ValueError: invalid literal for int() with base 10: '--' #3161

Closed
EricBelanger opened this issue Jun 26, 2014 · 0 comments
Closed

[video.tt] ValueError: invalid literal for int() with base 10: '--' #3161

EricBelanger opened this issue Jun 26, 2014 · 0 comments

Comments

@EricBelanger
Copy link

@EricBelanger EricBelanger commented Jun 26, 2014

I can't download this video: http://www.video.tt/watch_video.php?v=mIIN5LoL5 Other cideos from video.tt works fine. Error message:

$ youtube-dl --verbose http://www.video.tt/watch_video.php?v=mIIN5LoL5
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'http://www.video.tt/watch_video.php?v=mIIN5LoL5']
[debug] Encodings: locale UTF-8, fs utf-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2014.06.25
[debug] Python version 3.4.1 - Linux-3.15.1-1-ARCH-x86_64-with-arch
[debug] Proxy map: {}
[VideoTt] mIIN5LoL5: Downloading video JSON
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 9, in
load_entry_point('youtube-dl==2014.06.25', 'console_scripts', 'youtube-dl')()
File "/usr/lib/python3.4/site-packages/youtube_dl/init.py", line 852, in main
_real_main(argv)
File "/usr/lib/python3.4/site-packages/youtube_dl/init.py", line 842, in _real_main
retcode = ydl.download(all_urls)
File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 1050, in download
self.extract_info(url)
File "/usr/lib/python3.4/site-packages/youtube_dl/YoutubeDL.py", line 516, in extract_info
ie_result = ie.extract(url)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/common.py", line 167, in extract
return self._real_extract(url)
File "/usr/lib/python3.4/site-packages/youtube_dl/extractor/videott.py", line 54, in _real_extract
'comment_count': int(video['comment_count']),
ValueError: invalid literal for int() with base 10: '--'

ghost pushed a commit that referenced this issue Jun 26, 2014
@ghost ghost closed this Jun 26, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.