GithubHelp home page GithubHelp logo

youtube_download's Issues

Forbidden HTTP Error

Is this not working anymore?
I get this error when testing with:

./youtube.py -u https://www.youtube.com/watch?v=odGPwGjqkaQ

Error:

Traceback (most recent call last):
  File "./youtube.py", line 197, in <module>
    get_videos(args.url)
  File "./youtube.py", line 140, in get_videos
    download(url, title)
  File "./youtube.py", line 148, in download
    response = urlopen(url)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 154, in urlopen
    return opener.open(url, data, timeout)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 437, in open
    response = meth(req, response)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 550, in http_response
    'http', request, response, code, msg, hdrs)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 475, in error
    return self._call_chain(*args)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 409, in _call_chain
    result = func(*args)
  File "/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/lib/python2.7/urllib2.py", line 558, in http_error_default
    raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
urllib2.HTTPError: HTTP Error 403: Forbidden

No directory found

I haven't been able to get this to work. I receive

Traceback (most recent call last):
File "youtube.py", line 196, in
get_videos(args.url)
File "youtube.py", line 140, in get_videos
download(url, title)
File "youtube.py", line 151, in download
with open(filename, 'wb') as dst_file:
IOError: [Errno 2] No such file or directory: u'J74 V-Module Tutorial 5 (Making of "In the Open Air" // OpenGL stuff)'

Can you help me with the error?

./youtube.py -f file.txt
Traceback (most recent call last):
  File "./youtube.py", line 12, in <module>
    from urlparse import unquote
ModuleNotFoundError: No module named 'urlparse'

I can’t find and install this module! How it works?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.