Jessime / youtube_history

A quick analysis of all Youtube videos in a user's history.
MIT License
83 stars 4 forks source link

Watch History not shown after i run the script #6

Closed krgchrs closed 6 years ago

krgchrs commented 6 years ago

Hi! I run the script which worked fine btw (apart from the wordcloud since i am using windows. After i run the script my watch history from youtube website disappeared! It shows only the videos i've watched after I used the script. Anyone had same issues??

Jessime commented 6 years ago

Whoa, that’s crazy. Nobody else has mentioned anything like that happening. Just to not make any assumptions, have you restarted your browser/computer?

Nothing about your watch history should change.

krgchrs commented 6 years ago

Hello and happy new year! All of a sudden my watch history came back! And the funny part is that I didnt do anything! it just reappeared!So probably it was smth from my end

Jessime commented 6 years ago

Weird.

I'm going to go ahead and close this issue for now. But if you get any more insight into what happened, let me know!

wderousse commented 5 years ago

I can confirm this behavior. I ran this script yesterday and observed two things:

1.) My history in https://www.youtube.com/feed/history is fully intact. 2.) However every single "watched" indicator is now missing.

The biggest consequence is that the recommendations doesn't know I've watched anything even though many videos are in my history.

Do you drop use of credentials after downloading history? I wonder if the metadata download of each video is resetting this.

Jessime commented 5 years ago

That seems a little different than what Chris experienced but still super weird. The only thing I use the credentials for is to pass them to youtube-dl, which does all the heavy lifting:

https://github.com/Jessime/youtube_history/blob/master/youtube_history.py#L127

Have you checked to see if there have been any similar complaints on their Issues page?

wderousse commented 5 years ago

Yes I agree, after re-reading it is not the same issue. I didn't see anything obvious from youtube-dl page. Because history is intact I think that it is just the watched indicator/duration watched is what was lost. Without having evidence to support this it's like the videos were all loaded and then unloaded causing yt to record a "no view".