HTTP Error 404 with youtube users #561

Closed
opened 2026-02-20 23:07:18 -05:00 by deekerman · 12 comments
Owner

Originally created by @jaimeMF on GitHub (Mar 28, 2013).

Originally assigned to: @FiloSottile on GitHub.

Output:

$python -m youtube_dl "https://www.youtube.com/user/ianscott888" -v
[debug] youtube-dl version 2013.02.25
[debug] Git HEAD: 6bf48bd
[debug] Python version 2.7.2 - Darwin-11.4.2-x86_64-i386-64bit
[debug] Proxy map: {}
[youtube] PL ianscott888: Downloading page #1
ERROR: unable to download webpage: HTTP Error 404: Not Found
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File "/Users/jaimemf93/Developer/repositorioOpenSources/youtube-dl/youtube_dl/__main__.py", line 17, in <module>
    youtube_dl.main()
  File "youtube_dl/__init__.py", line 516, in main
    _real_main()
  File "youtube_dl/__init__.py", line 500, in _real_main
    retcode = fd.download(all_urls)
  File "youtube_dl/FileDownloader.py", line 507, in download
    videos = ie.extract(url)
  File "youtube_dl/InfoExtractors.py", line 96, in extract
    return self._real_extract(url)
  File "youtube_dl/InfoExtractors.py", line 1724, in _real_extract
    self._downloader.trouble(u'ERROR: unable to download webpage: %s' % compat_str(err))
  File "youtube_dl/FileDownloader.py", line 230, in trouble
    tb_data = traceback.format_list(traceback.extract_stack())

It stops working after SHA: 6bf48bd866 , with older commits it works well.

Also even though the command also fails with the example url in test_youtube_lists.py, the test passes.

Originally created by @jaimeMF on GitHub (Mar 28, 2013). Originally assigned to: @FiloSottile on GitHub. Output: ``` $python -m youtube_dl "https://www.youtube.com/user/ianscott888" -v [debug] youtube-dl version 2013.02.25 [debug] Git HEAD: 6bf48bd [debug] Python version 2.7.2 - Darwin-11.4.2-x86_64-i386-64bit [debug] Proxy map: {} [youtube] PL ianscott888: Downloading page #1 ERROR: unable to download webpage: HTTP Error 404: Not Found File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main "__main__", fname, loader, pkg_name) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code exec code in run_globals File "/Users/jaimemf93/Developer/repositorioOpenSources/youtube-dl/youtube_dl/__main__.py", line 17, in <module> youtube_dl.main() File "youtube_dl/__init__.py", line 516, in main _real_main() File "youtube_dl/__init__.py", line 500, in _real_main retcode = fd.download(all_urls) File "youtube_dl/FileDownloader.py", line 507, in download videos = ie.extract(url) File "youtube_dl/InfoExtractors.py", line 96, in extract return self._real_extract(url) File "youtube_dl/InfoExtractors.py", line 1724, in _real_extract self._downloader.trouble(u'ERROR: unable to download webpage: %s' % compat_str(err)) File "youtube_dl/FileDownloader.py", line 230, in trouble tb_data = traceback.format_list(traceback.extract_stack()) ``` It stops working after SHA: 6bf48bd866dad365845cd7dd553ef75ba5bca48c , with older commits it works well. Also even though the command also fails with the example url in `test_youtube_lists.py`, the test passes.
Author
Owner

@jaimeMF commented on GitHub (Mar 30, 2013):

It also fails with 2013.03.29

@jaimeMF commented on GitHub (Mar 30, 2013): It also fails with 2013.03.29
Author
Owner

@jaimeMF commented on GitHub (Mar 30, 2013):

Seems to be the same as in #754

@jaimeMF commented on GitHub (Mar 30, 2013): Seems to be the same as in #754
Author
Owner

@FiloSottile commented on GitHub (Mar 30, 2013):

Oh, looks like I screwed up. Sorry.
Prioritizing it!

@FiloSottile commented on GitHub (Mar 30, 2013): Oh, looks like I screwed up. Sorry. Prioritizing it!
Author
Owner

@FiloSottile commented on GitHub (Mar 30, 2013):

Ok, why the hell was YoutubePlaylistIE matching user URLs? I don't even want to know, anyway fixed. Thanks for reporting!

@FiloSottile commented on GitHub (Mar 30, 2013): Ok, why the hell was `YoutubePlaylistIE` matching user URLs? I don't even want to know, anyway fixed. Thanks for reporting!
Author
Owner

@jaimeMF commented on GitHub (Mar 31, 2013):

Thanks for the quick fix.

@jaimeMF commented on GitHub (Mar 31, 2013): Thanks for the quick fix.
Author
Owner

@Plaque-fcc commented on GitHub (Apr 4, 2013):

Still having it after updating to 2013.03.29:

$ youtube-dl http://www.youtube.com/user/AdamThomasMoran
[youtube] PL AdamThomasMoran: Downloading page #1
ERROR: unable to download webpage: HTTP Error 404: Not Found

While it certainly works with 2012.09.27.

$ python --version
Python 2.7.4rc1

@Plaque-fcc commented on GitHub (Apr 4, 2013): Still having it after updating to 2013.03.29: $ youtube-dl http://www.youtube.com/user/AdamThomasMoran [youtube] PL AdamThomasMoran: Downloading page #1 ERROR: unable to download webpage: HTTP Error 404: Not Found While it certainly works with 2012.09.27. $ python --version Python 2.7.4rc1
Author
Owner

@jaimeMF commented on GitHub (Apr 4, 2013):

The problem was fixed after the release of 2013.03.29, it's fixed in 2013.04.03, see more information in #774

@jaimeMF commented on GitHub (Apr 4, 2013): The problem was fixed after the release of 2013.03.29, it's fixed in 2013.04.03, see more information in #774
Author
Owner

@Plaque-fcc commented on GitHub (Apr 4, 2013):

Yes, while youtube-dl -U updates itself to 2013.03.29 which is

not workable, as you know.

@Plaque-fcc commented on GitHub (Apr 4, 2013): ``` Yes, while youtube-dl -U updates itself to 2013.03.29 which is ``` not workable, as you know.
Author
Owner

@jaimeMF commented on GitHub (Apr 4, 2013):

I know, phihag has said they will upload when they can build the windows version: https://github.com/rg3/youtube-dl/issues/774#issuecomment-15894358

@jaimeMF commented on GitHub (Apr 4, 2013): I know, phihag has said they will upload when they can build the windows version: https://github.com/rg3/youtube-dl/issues/774#issuecomment-15894358
Author
Owner

@Plaque-fcc commented on GitHub (Apr 4, 2013):

One could suspend the broken release, as it's been reported to

be no good. Anyways, fellows, you do so amazing job, and we wait, take
your time. Apart: Be I a Windows user, I could gain the feeling that
until the build for WinNT comes out, no-one gets the release. Cool it
could be. ;D

@Plaque-fcc commented on GitHub (Apr 4, 2013): ``` One could suspend the broken release, as it's been reported to ``` be no good. Anyways, fellows, you do so amazing job, and we wait, take your time. Apart: Be I a Windows user, I could gain the feeling that until the build for WinNT comes out, no-one gets the release. Cool it could be. ;D
Author
Owner

@phihag commented on GitHub (Apr 4, 2013):

@Plaque-fcc Sorry, what do you mean with workable? 2013.03.29 should just have this one issue, or are there any other major faults with it? And while we could release without Windows, our build process is unfortunately not that flexible.

@phihag commented on GitHub (Apr 4, 2013): @Plaque-fcc Sorry, what do you mean with _workable_? 2013.03.29 should just have this one issue, or are there any other major faults with it? And while we could release without Windows, our build process is unfortunately not that flexible.
Author
Owner

@Plaque-fcc commented on GitHub (Apr 6, 2013):

I only mean that the only mode I use youtube-dl is this mode.

Thus, update to the version mentioned ruins all the use for me.

@Plaque-fcc commented on GitHub (Apr 6, 2013): ``` I only mean that the only mode I use youtube-dl is this mode. ``` Thus, update to the version mentioned ruins all the use for me.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/youtube-dl-ytdl-org#561
No description provided.