-1

When I try to download the playlist with the youtube-dl Python script I get this error.

no fmt_url_map or conn information found in video info

Error no fmt_url_map or conn information found in video info with specific video explains the problem and solution, but I don't know how can I apply the solution.

What do I need to do?

0

1 Answer 1

1

It works perfectly fine with videos:

$ git clone https://github.com/rg3/youtube-dl.git
$ ./youtube-dl  http://www.youtube.com/watch?v=VHkPiU9YAQk

Then you can play the video "VHkPiU9YAQk.mp4"

Also with playlists:

$ ./youtube-dl --playlist-start=1 --playlist-end=1 http://www.youtube.com/my_playlists?p=AA0F3A8E116E1219

Check the parameters you are using.

Sign up to request clarification or add additional context in comments.

3 Comments

No no , i am not saying its not working always but with some playlists it gives error like mentioned in the link provided. In the link he is telling to apply the pach using diff and i don't know how to do that
I couldn't find where he says there is a patch... in any case follow this stackoverflow.com/questions/3418277/how-to-apply-git-diff-patch
i am sorry , i think i gave the wrong link this link here github.com/rg3/youtube-dl/issues/108

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.