DobyTang / LazyLibrarian

This project isn't finished yet. Goal is to create a SickBeard, CouchPotato, Headphones-like application for ebooks. Headphones is used as a base, so there are still a lot of references to it.
728 stars 72 forks source link

Magazine fetch error #1538

Closed Code-Slave closed 6 years ago

Code-Slave commented 6 years ago

Using the latest

  Error fetching url https://thepiratebay.rocks//https://thepiratebay.rocks/torrent/19044193/American_Survival_Guide_-_January_2018, Response status 404: not_found

double urls

philborman commented 6 years ago

Not enough info to go on, we just use the url the tor provider gave us. Could be jackett mangling things (if you use it), or redirecting us to a different address, or maybe thepiratebay.rocks is giving us wrong info, or a different format? I use piratebays.co with no problems. debug log not needed now, see below

philborman commented 6 years ago

ok. seems thepiratebay.rocks behaves differently to the other piratebay proxies I tried, it returns an absolute link to the magnet, whereas the other proxies give a relative link, ie thepiratebay.rocks sends https://thepiratebay.rocks/torrent/8024390/BYO_Brew_Your_Own_1998 pirateproxy.cc and piratebays.co send torrent/8024390/BYO_Brew_Your_Own_1998 Easy enough to code around, will be fixed in next release.

Code-Slave commented 6 years ago

thanks