-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?

Peter Mortensen
  • 30,738
  • 21
  • 105
  • 131
Mirage
  • 30,868
  • 62
  • 166
  • 261

1 Answers1

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.

Christian
  • 1,872
  • 1
  • 14
  • 14
  • 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 – Mirage Jun 02 '11 at 07:01
  • I couldn't find where he says there is a patch... in any case follow this http://stackoverflow.com/questions/3418277/how-to-apply-git-diff-patch – Christian Jun 02 '11 at 07:11
  • i am sorry , i think i gave the wrong link this link here https://github.com/rg3/youtube-dl/issues/108 – Mirage Jun 02 '11 at 09:16