Browse Source
Needed for magnetdl, it returns nothing if none Accept header is present, so magnetdl provider is not working, you can test with wget: ``` wget -O - http://www.magnetdl.com/t/tempting-fate-1998/se/desc/1/ wget --header="Accept: *" -O - http://www.magnetdl.com/t/tempting-fate-1998/se/desc/1/ ``` Accept: * shouldn't break other providers.pull/7149/head
committed by
GitHub
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue