Skip to content
This repository has been archived by the owner on Dec 11, 2024. It is now read-only.

Commit

Permalink
fix(YouTube/Return YouTube Dislike): wrong video id is used in shorts i…
Browse files Browse the repository at this point in the history
  • Loading branch information
inotia00 authored and anddea committed May 16, 2024
1 parent 5cc2c04 commit 3868c2b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ private String findVideoId(byte[] protobufBufferArray) {
for (String videoId : lastVideoIds.keySet()) {
if (byteArrayContainsString(protobufBufferArray, videoId)) {
return videoId;
} else if (videoId.equals(shortsVideoId)) {
return videoId;
}
}
return null;
Expand Down

0 comments on commit 3868c2b

Please sign in to comment.