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

vine.co loops not downloading for me [AttributeError: 'NoneType' object has no attribute 'strip'] #5285

Closed
friedretinas opened this issue Mar 25, 2015 · 1 comment

Comments

@friedretinas
Copy link

@friedretinas friedretinas commented Mar 25, 2015

Is this not working or am I'm doing something wrong? Thanks for your assistance w/ this.

youtube-dl --verbose https://vine.co/v/OYwITBmlDYQ
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--verbose', 'https://vine.co/v/OYwITBmlDYQ']
[debug] Encodings: locale UTF-8, fs UTF-8, out UTF-8, pref UTF-8
[debug] youtube-dl version 2015.03.18
[debug] Python version 2.7.6 - Linux-3.13.0-46-generic-x86_64-with-Ubuntu-14.04-trusty
[debug] exe versions: avconv 9.18-6, avprobe 9.18-6, rtmpdump 2.4
[debug] Proxy map: {}
[Vine] OYwITBmlDYQ: Downloading webpage
Traceback (most recent call last):
File "/usr/bin/youtube-dl", line 6, in
youtube_dl.main()
File "/usr/lib/python2.7/dist-packages/youtube_dl/init.py", line 408, in main
_real_main(argv)
File "/usr/lib/python2.7/dist-packages/youtube_dl/init.py", line 398, in _real_main
retcode = ydl.download(all_urls)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1452, in download
res = self.extract_info(url)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 665, in extract_info
return self.process_ie_result(ie_result, download, extra_info)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 711, in process_ie_result
return self.process_video_result(ie_result, download=download)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 1067, in process_video_result
format['http_headers'] = self._calc_headers(full_format_info)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 968, in _calc_headers
cookies = self._calc_cookies(info_dict)
File "/usr/lib/python2.7/dist-packages/youtube_dl/YoutubeDL.py", line 975, in _calc_cookies
pr = compat_urllib_request.Request(info_dict['url'])
File "/usr/lib/python2.7/urllib2.py", line 202, in init
self.__original = unwrap(url)
File "/usr/lib/python2.7/urllib.py", line 1060, in unwrap
url = url.strip()
AttributeError: 'NoneType' object has no attribute 'strip'

@friedretinas
Copy link
Author

@friedretinas friedretinas commented Mar 25, 2015

I'd opened this before I'd seen that this issue had been reported & closed 6 days ago in #5240 ; am still using version 2015.03.18 & so I've closed my report of it. I rely upon webupd8 PPA for updates and that PPA release has not yet been updated to the latest version but normally the PPA maintainer issues prompt updates.

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.