mps-youtube / pafy

Python library to download YouTube content and retrieve metadata
1.39k stars 313 forks source link

issue with GAE #79

Open spottymickey opened 9 years ago

spottymickey commented 9 years ago

File "/home/sp/Documents/projects/gae-music/lib/pafy/pafy.py", line 592, in fetch_cached tmpdir = os.path.join(tempfile.gettempdir(), "pafy") File "/home/sp/software/google_appengine/google/appengine/dist/tempfile.py", line 61, in PlaceHolder raise NotImplementedError("Only tempfile.TemporaryFile is available for use") NotImplementedError: Only tempfile.TemporaryFile is available for use

The above error is encountered only when VEVO videos are played in google app engine.

ids1024 commented 9 years ago

For completely unrelated reasons, the line it is complaining about was removed in #109, so it may work now on the develop branch. With that change, youtube-dl is now a dependency.