[extractor/youtube] Mark videos as fully watched

Closes #2555
Authored by: bsun0000
pull/5283/head
bsun0000 2022-10-19 00:05:54 +05:30 zatwierdzone przez pukkandan
rodzic d5d1df8afd
commit 5318156f1c
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7EEE9E1E817D0A39
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2955,7 +2955,7 @@ class YoutubeIE(YoutubeBaseInfoExtractor):
# these seem to mark watchtime "history" in the real world
# they're required, so send in a single value
qs.update({
'st': video_length,
'st': 0,
'et': video_length,
})