mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-02-01 02:01:26 +02:00
[extractor/youtube] Mark videos as fully watched
Closes #2555 Authored by: bsun0000
This commit is contained in:
parent
d5d1df8afd
commit
5318156f1c
@ -2955,7 +2955,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
|
|||||||
# these seem to mark watchtime "history" in the real world
|
# these seem to mark watchtime "history" in the real world
|
||||||
# they're required, so send in a single value
|
# they're required, so send in a single value
|
||||||
qs.update({
|
qs.update({
|
||||||
'st': video_length,
|
'st': 0,
|
||||||
'et': video_length,
|
'et': video_length,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user