videosearch / youtube-direct-lite

Automatically exported from code.google.com/p/youtube-direct-lite
Apache License 2.0
0 stars 0 forks source link

user submit a video, but no video panding at admin page #21

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. user alefuoriorario submit the video id j_6BtmxD9rE to playlist 
PLiN-tTMjuQQfW3N2BBA7dMJHCyAuqZ_Fb
2. "Your submission was received"
3. using another browser and logged as YourFootballNation in the admin page, 
playlist PLiN-tTMjuQQfW3N2BBA7dMJHCyAuqZ_Fb, Pending tab.

What is the expected output? What do you see instead?
I expected the video j_6BtmxD9rE on pending moderation, but I see "0 videos are 
pending moderation".

What version of the product are you using? On what operating system?
ydl last version (git cloned yesterday)
user alefuoriorario Firefox 21
user YourFootballNation Chrome 28.0.1500.45
on Ubuntu 12.04.2

Please provide any additional information below.

Original issue reported on code.google.com by info.wem...@gmail.com on 20 Jun 2013 at 10:57

GoogleCodeExporter commented 8 years ago
The video has the properly keyword associated with it, and

http://gdata.youtube.com/feeds/api/videos?v=2&orderby=published&category={http:/
/gdata.youtube.com/schemas/2007/keywords.cat}ytdliNtTMjuQQfW3N2BBA7dMJHCyAu

does return it as the first entry. (That's effectively the API call that YTDL 
makes.)

I see that there are multiple ytdl keywords associated with that video. Did you 
possibly submit it to a different playlist for testing purposes and then reject 
that submission? If the same video has been rejected for one playlist already, 
it won't show up in the pending queue for a different playlists. (This isn't 
exactly a bug; it's more of an unintended side effect of how rejections are 
handled.) You can check to see if the video is already rejected by going to

http://www.youtube.com/view_all_playlists

and taking a look at the contents of the "Rejected YTDL Submissions" playlist.

Original comment by je...@google.com on 20 Jun 2013 at 7:15