mirror of
https://github.com/revanced/revanced-patches
synced 2025-02-05 00:27:36 +01:00
chore(YouTube - Spoof video streams): Improve error logging
This commit is contained in:
parent
d95720fa69
commit
f5769ec4ae
@ -93,7 +93,8 @@ public class SpoofVideoStreamsPatch {
|
||||
StreamingDataRequest.fetchRequest(videoId, requestHeaders);
|
||||
}
|
||||
} catch (Exception ex) {
|
||||
Logger.printException(() -> "buildRequest failure", ex);
|
||||
Logger.printException(() -> "buildRequest failure. Url: " + url
|
||||
+ " headers: " + requestHeaders, ex);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user