Friday 21 December 2012

How to fix junk/falsified release name Newznab+

You'll find that there are a number of groups releasing content under fake names so as to avoid DMCA takedown. If you have NN+, have a look in misc/testing and you will find a script called update_parsing.php. If you run this, it will attempt to rename releases that have been falsified:

cd /var/www/newznab/misc/testing
php update_parsing.php

It will then run and process...happy days!

You could also add to your newznab_screen_local.sh file to run automatically:

copy update_parsing.php to update_scripts-folder
add line php.exe update_parsing.php in newznab_screen_local.sh after line php update_releases.php

Now sit back, have a coffee and watch/read something! :-)

No comments:

Post a Comment