-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
im not getting any video in my playlist #133
Comments
The first attempt failed because the script was unable to find the channels with the given ids. I'm assuming you're subscribed to channels that don't actually exist, and that's causing the script to fail. As a side note, the debug data should also include the final conclusions (succeeded or failed). A fix will be made for these two asap. I wonder if you can find out which channels those are and somehow unsubscribe to them? The second attempt succeeded, but no videos were published by the channel in the time specified. The script does not gather videos from the starting point of the channel, only the ones published since the timestamp in column B (if there's no timestamp there, then from one day in the past). If you want to get more videos, you'll need to set a very early timestamp. However, be careful as you might hit your quota very fast if you're adding a lot of videos |
thank you very much! it seems that not even try. EDIT: i just change the time stamp and get the last 200 videos, so is all working. |
Soon, we'll be able to do add 200 videos at a time (with the timestamp updating after each day's batch finishes), once @davisjk finishes her PR. As of this moment, we can't add lots of videos mainly due to the high quota cost. Glad you got something working though! |
For adding videos between two dates, you can refer to #129 |
Let me know if that answers your question, and if so, feel free to close this issue |
oh, i just see your response. I will then wait for that enhancement. |
Probably im doing something wrong.
i understand that i have to put in the left (in playlistid) MY playlistid, the one where i want all the videos from other channels.
and in Channel Ids put ALL or... the channel id of the channel i want to get the files.
Ok
if i put ALL i see in debug that i get 147 videos:
![imagen](https://private-user-images.githubusercontent.com/25393371/328322933-6b806aae-b8aa-4cd7-822b-6d5f69bb36d5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTYzNTEsIm5iZiI6MTczOTExNjA1MSwicGF0aCI6Ii8yNTM5MzM3MS8zMjgzMjI5MzMtNmI4MDZhYWUtYjhhYS00Y2Q3LTgyMmItNmQ1ZjY5YmIzNmQ1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE1NDczMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTkyMjBlZmY5YTU4MDBkMGFhMjBiMzg2NzNmN2Q1YmMyYTliZTA2ZjJmNGY3Mjg3NjNhZjUzYWNkMTdhYTRlYWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.3j7jm6jr5iiYlpX7dATuhFS7k_flwE66z0PkJHBPdnU)
But... when i go to see my playlist, the one i put the id to "save" the videos i dont see nothing. There is no videos (well, just one video that i add by hand).
![imagen](https://private-user-images.githubusercontent.com/25393371/328323711-d0438985-f32d-4e86-9d7f-e5adc7e62218.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMTYzNTEsIm5iZiI6MTczOTExNjA1MSwicGF0aCI6Ii8yNTM5MzM3MS8zMjgzMjM3MTEtZDA0Mzg5ODUtZjMyZC00ZTg2LTlkN2YtZTVhZGM3ZTYyMjE4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDE1NDczMVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTY4MTY1YTgyNGExZTY2OGE5YzMzN2Y0YjQ5MTI3MTM2OTEzYzMwZjMyOWU5ZTMwYWQ3ZThjNDBhOGJlNDg3YWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.fBi1BqLVgctUgi948O8o-eMHZnVJ1ocrGG_tCK_MtdQ)
And if instead of put ALL i put the channel id of the channel i want to get the videos: UCJlYsz0wNkoaOhPKVnscKXQ i dont get nothing. No error in DEBUG just:
And i want to get all (im talking about all, from the starting point of the channel) the videos from that channel (is the channel of a pianist that i like to hear)
So... what im doing wrong?
Thanks.
The text was updated successfully, but these errors were encountered: