Skip to content
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

Missing new videos from a subscribed channel #1066

Closed
kiuKisas opened this issue Feb 3, 2018 · 11 comments
Closed

Missing new videos from a subscribed channel #1066

kiuKisas opened this issue Feb 3, 2018 · 11 comments
Labels
bug Issue is related to a bug

Comments

@kiuKisas
Copy link

kiuKisas commented Feb 3, 2018

Hi ! First of all, I never had a chance to thank's you for your working, I use your app since several month and I enjoy it so.. Thank you !
I notice a weird bug, I follow my Likes on newPipe to be able to listen quickly to my favorite music, and it's work well ! Except since several days, my new likes doesn't appear. It's weird because when I share my likea from youtube official app to newPipe, these new like are there. I took some screenshot to show you:

This is from the subscribe section.

And this is when I share from youtube official app

I try to unfollow and follow again, but nothing change. Maybe a cache issue ?

@mauriciocolli
Copy link
Contributor

I just figured it out, the extractor is parsing everything that the /videos contains, this implies in:

  • When the user has no uploads but has their likes public:

  • When the user has uploads and their likes public, the uploads is the default:

  • When neither is available:

The first case is what happening to you, the new videos are not showing up because of what you expected, cache.

I'll open an issue in the extractor because this is not the correct behavior, you can see at your channel screenshot that the videos are as if they were uploaded by you, because it expects to.

The likes will not show up anymore in your channel after this is fixed, but don't worry, we are going to add the "Playlists" tab soon, and when the user make their liked playlists public, it will show up there.

@justanidea
Copy link
Contributor

But can you like any video with newpipe? I cant do it at all

@mauriciocolli mauriciocolli added the bug Issue is related to a bug label Feb 3, 2018
@TobiGr
Copy link
Member

TobiGr commented Feb 3, 2018

But can you like any video with newpipe? I cant do it at all

No you can't. This requires a YouTube login and the whole project is about not using Google's/YouTube's proprietary api and libraries.

@justanidea
Copy link
Contributor

Okay, i found it weird to see someone doing that with newpipe, thats why i asked for more infromations :)

@theScrabi
Copy link
Member

He was not doing it with newpipe. I @kiuKisas has his own channel where he can like videos. Now he can subscribe to his channel via NewPipe, and se his liked videos there.

Except it seems it does not work anymore.

@theScrabi theScrabi added this to To do in Fix bugs and enhancements for v1.0 via automation Feb 8, 2018
@stale
Copy link

stale bot commented Dec 1, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Dec 1, 2018
@kiuKisas
Copy link
Author

Still no news about it ? I noticed that this behaviour is not only for newer "liked videos" but for some random one, take a look:
YouTube:
screenshot_2018-12-12-12-43-56-201_com google android youtube!!!!!£!!screenshot_2018-12-12-12-44-02-604_com google android youtube
NewPipe:
screenshot_2018-12-12-12-44-20-311_org schabi newpipe
screenshot_2018-12-12-12-43-21-785_org schabi newpipe

@kiuKisas
Copy link
Author

Currently I'm working on a YouTube parser in Elixir on my free time, when I'll reach this point in my library I'll have a look at NewPipe behaviour regarding "liked videos" but that can be in several months..

@kiuKisas
Copy link
Author

kiuKisas commented Dec 12, 2018

I also tried to see my "liked videos" trough YouTube mobile website:
screenshot_2018-12-12-12-59-03-082_com android chrome

.. and that match what newPipe give me, so now I'm a bit confuse about what happening..
EDIT:
Ok so, this screenshot was when I go to an account page as an "outsider", but when I check "my likes" connected with my account, I got the full list:
screenshot_2018-12-12-13-05-27-717_com android chrome

@TobiGr TobiGr removed the stale label Jul 19, 2019
@Stypox
Copy link
Member

Stypox commented Sep 19, 2019

In #2650 it's said that the problem lies in unavailable videos from channels not being loaded. Is it true? If it is then this is not a problem on NewPipe's end

@kiuKisas
Copy link
Author

it was a problem with the web/mobile version of youtube that didn't display all the videos I liked for some reason. After a quick check, this issue doesn't seems to appear anymore. We can close this issue I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue is related to a bug
Projects
No open projects
Development

No branches or pull requests

6 participants