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

AttributeError: 'dict' object has no attribute 'strip' #51

Closed
ducna96 opened this issue Jul 26, 2020 · 0 comments
Closed

AttributeError: 'dict' object has no attribute 'strip' #51

ducna96 opened this issue Jul 26, 2020 · 0 comments
Labels
duplicate This issue or pull request already exists

Comments

@ducna96
Copy link

ducna96 commented Jul 26, 2020

i has a issue when get download , please help me :D
Traceback (most recent call last):
File "acloud-dl.py", line 334, in
main()
File "acloud-dl.py", line 327, in main
acloud.course_download(path=options.output, quality=options.quality, download_all=options.download_all)
File "acloud-dl.py", line 243, in course_download
self.download_lectures_only(lecture_best=lecture_best, lecture_title=lecture_title, inner_index=lecture_index, lectures_count=lectures_count, lecture_assets=lecture_assets, lecture_subs=lecture_subs, filepath=filepath)
File "acloud-dl.py", line 174, in download_lectures_only
self.download_lectures(lecture_best=lecture_best, lecture_title=lecture_title, inner_index=inner_index, lectures_count=lectures_count, filepath=filepath)
File "acloud-dl.py", line 159, in download_lectures
retval = lecture_best.download(filepath=filepath, quiet=True, callback=self.show_progress)
File "/home/vt_admin/acloud-dl/acloud/_shared.py", line 380, in download
req = compat_request(self.url, headers={'User-Agent' : HEADERS.get('User-Agent')})
File "/usr/lib64/python2.7/urllib2.py", line 229, in init
self.__original = unwrap(url)
File "/usr/lib64/python2.7/urllib.py", line 1059, in unwrap
url = url.strip()
AttributeError: 'dict' object has no attribute 'strip'

@r0oth3x49 r0oth3x49 added the duplicate This issue or pull request already exists label Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants