ERROR: no known formats available for video #480

Closed
opened 2026-02-20 23:05:09 -05:00 by deekerman · 4 comments
Owner

Originally created by @forteresce on GitHub (Jan 27, 2013).

Originally assigned to: @FiloSottile on GitHub.

Getting the above error when I try to download a youtube movie (see url below). Seems to work fine on other videos. I have the latest version of youtube-dl. Here is some info:

$ youtube-dl http://www.youtube.com/watch?v=hoJTBnIbAJI
[youtube] Setting language
[youtube] hoJTBnIbAJI: Downloading video webpage
[youtube] hoJTBnIbAJI: Downloading video info webpage
[youtube] hoJTBnIbAJI: Extracting video information
ERROR: no known formats available for video

$ youtube-dl --version
2013.01.28

$ python --version
Python 2.7.2

$ cat ~/.config/youtube-dl.conf
-o "%(title)s.%(ext)s" --restrict-filenames

Originally created by @forteresce on GitHub (Jan 27, 2013). Originally assigned to: @FiloSottile on GitHub. Getting the above error when I try to download a youtube movie (see url below). Seems to work fine on other videos. I have the latest version of youtube-dl. Here is some info: $ youtube-dl http://www.youtube.com/watch?v=hoJTBnIbAJI [youtube] Setting language [youtube] hoJTBnIbAJI: Downloading video webpage [youtube] hoJTBnIbAJI: Downloading video info webpage [youtube] hoJTBnIbAJI: Extracting video information ERROR: no known formats available for video $ youtube-dl --version 2013.01.28 $ python --version Python 2.7.2 $ cat ~/.config/youtube-dl.conf -o "%(title)s.%(ext)s" --restrict-filenames
Author
Owner

@professorjamesmoriarty commented on GitHub (Jan 27, 2013):

On Sun, Jan 27, 2013 at 12:22:32PM -0800, forteresce wrote:

Getting the above error when I try to download a youtube movie (see url
below). Seems to work fine on other videos. I have the latest version
of youtube-dl. Here is some info:

$ youtube-dl [1]http://www.youtube.com/watch?v=hoJTBnIbAJI
[youtube] Setting language
[youtube] hoJTBnIbAJI: Downloading video webpage
[youtube] hoJTBnIbAJI: Downloading video info webpage
[youtube] hoJTBnIbAJI: Extracting video information
ERROR: no known formats available for video

$ youtube-dl --version
2013.01.28

$ python --version
Python 2.7.2

$ cat ~/.config/youtube-dl.conf
-o "%(title)s.%(ext)s" --restrict-filenames


Reply to this email directly or [2]view it on GitHub.
[uGHRUPHTqhs6WSs00UlwnsPLFzu-Z7vzrz08ZScIcts4nHreqdo55wrpPZlYCBzW.gif]

References

  1. http://www.youtube.com/watch?v=hoJTBnIbAJI
  2. https://github.com/rg3/youtube-dl/issues/655
    Most of those type's of movies use things differently then rest of
    youtube.
@professorjamesmoriarty commented on GitHub (Jan 27, 2013): On Sun, Jan 27, 2013 at 12:22:32PM -0800, forteresce wrote: > Getting the above error when I try to download a youtube movie (see url > below). Seems to work fine on other videos. I have the latest version > of youtube-dl. Here is some info: > > $ youtube-dl [1]http://www.youtube.com/watch?v=hoJTBnIbAJI > [youtube] Setting language > [youtube] hoJTBnIbAJI: Downloading video webpage > [youtube] hoJTBnIbAJI: Downloading video info webpage > [youtube] hoJTBnIbAJI: Extracting video information > ERROR: no known formats available for video > > $ youtube-dl --version > 2013.01.28 > > $ python --version > Python 2.7.2 > > $ cat ~/.config/youtube-dl.conf > -o "%(title)s.%(ext)s" --restrict-filenames > > — > Reply to this email directly or [2]view it on GitHub. > [uGHRUPHTqhs6WSs00UlwnsPLFzu-Z7vzrz08ZScIcts4nHreqdo55wrpPZlYCBzW.gif] > > References > 1. http://www.youtube.com/watch?v=hoJTBnIbAJI > 2. https://github.com/rg3/youtube-dl/issues/655 > Most of those type's of movies use things differently then rest of > youtube.
Author
Owner

@phihag commented on GitHub (Jan 27, 2013):

Thank you for the report, I can perfectly reproduce it. However, the web version doesn't play for me either, so this may be an error on youtube's side.

@phihag commented on GitHub (Jan 27, 2013): Thank you for the report, I can perfectly reproduce it. However, the [web version](http://www.youtube.com/watch?v=hoJTBnIbAJI) doesn't play for me either, so this may be an error on youtube's side.
Author
Owner

@FiloSottile commented on GitHub (Jan 28, 2013):

It plays in the browser for me.

YouTube started listing rtmp streams in url_encoded_fmt_stream_map. (This enables per-format rtmp streams)

Patching.

@FiloSottile commented on GitHub (Jan 28, 2013): It plays in the browser for me. YouTube started listing rtmp streams in `url_encoded_fmt_stream_map`. (This enables per-format rtmp streams) Patching.
Author
Owner

@FiloSottile commented on GitHub (Jan 28, 2013):

Turns out this is the new #343!

@FiloSottile commented on GitHub (Jan 28, 2013): Turns out this is the new #343!
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#480
No description provided.