google-code-export / django-syncr

Automatically exported from code.google.com/p/django-syncr
0 stars 0 forks source link

Invalid Youtube Video IDs #59

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Sync a user video feed
2. Inspect resulting Video instances
3. Compare video_id to v attribute in url

What is the expected output? What do you see instead?
That video_id is in the url

Instead, the video_id is clipped a few characters off the beginning, from
one to about half the characters, depending on the video. I haven't
reproduced it, and I've got a cronjob correcting it (pulling the ID from
the url) when it finds problems. If I find a pattern involved with what
videos get bad IDs, I'll try to get a patch up, or at least more information.

Original issue reported on code.google.com by ironfro...@gmail.com on 1 Jun 2009 at 10:16

GoogleCodeExporter commented 9 years ago
Sorry, I see this is a dup of Issue 12, now, but I also see I can't close a bug 
I
myself reported.

Original comment by ironfro...@gmail.com on 1 Jun 2009 at 10:21

GoogleCodeExporter commented 9 years ago
Oh was this happening to you in the bundled version (not SVN)? I should bundle 
a new
release as there have been a lot of bug fixes in the past few months...

Original comment by jesse.l...@gmail.com on 9 Jun 2009 at 1:22