You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
@TheFiZi This is definitely a bug. I have almost no free time to work on this around these days. But as soon as I have a chance, I'll write a fix for this. In the meantime, if you find a solution, feel free to submit a PR. :)
@TheFiZi Have you figured out a way to fix this issue? If you haven't, could you help me debug this issue? I need to check how the content looks like before the plugin replaces the URLs. Adding the var_dump call below to line 313 would print out that value:
var_dump($content);
This is just after the following lines:
public function fixContentUrls($content)
{
if (array_key_exists($this->domain, $this->domains)) {
// Add the var_dump here
Another Tor related issue.
If you go to https://www.pickysysadmin.ca/2018/11/10/how-to-almost-automatically-backup-your-steam-library/
The first image has the following links associated with it:
If you browse to it via Tor (http://27i7rsfkhoanzabw.onion/2018/11/10/how-to-almost-automatically-backup-your-steam-library/) the following is displayed for the same image:
The clicked link is being re-written twice?
Note: I manually edited the Tor links per issue 31
The text was updated successfully, but these errors were encountered: