Skip to content

Commit

Permalink
Backported fixes from #864
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Jun 24, 2022
1 parent 29af885 commit d251a91
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,8 @@ public void onFetchPage(@Nonnull final Downloader downloader)
.getBytes(StandardCharsets.UTF_8);
nextResponse = getJsonPostResponse(NEXT, body, localization);

if ((!isAgeRestricted && !isLive && !isPostLive)
// this will only be run for post-live and normal streams
if ((!isAgeRestricted && !isLive)
|| isAndroidClientFetchForced) {
try {
fetchAndroidMobileJsonPlayer(contentCountry, localization, videoId);
Expand Down

0 comments on commit d251a91

Please sign in to comment.