a4k-openproject / script.module.openscrapers

OpenScrapers Project
GNU General Public License v3.0
102 stars 40 forks source link

A shit ton #125

Closed 123Venom closed 4 years ago

123Venom commented 4 years ago

1.) Changed BTDB, PIRATEIRO, and ZOOGLE to now parse 2 pages deep to take advantage of speedy server response time.

2.) Updated client module to log when cfscrape is called. This will flag us for any site that switches to cloudflare.

3.) Updated source_utils to further remove undesirables, soundtrack, extras.only.

4.) Added new function to source_utils to convert size in bytes to arg specified, to="MB", to="GB", etc. Useless for api size response in bytes

5.) small tweak to source_utils._size(). Using .replace(',', '.' ) on a value of ex. 1,134.56 throws an error when using float(). Now we just remove the comma and not replace with a second decimal point.

6.) Updated cleantitle module to remove dash and tilde symbols

7.) Fixed DTDB for new url and site changes

8.) Fixed TVDOWNLOADS

9.) Fixed TORRENTDOWNLOADS

10.) Updated lib.openscrapers init file to utilize OpenScrapers debug setting.

11.) New Torrents: EXTRATORRENT NYAA SOLIDTORRENTS TORRENTFUNK 7TORRENTS

12.) Prem. hoster fixes and tweaks

13.) Added new function to control module, getSettingDefault(). Used for "OpenScraper Default Providers" setting. previously we were maintaining a list of providers to toggle on. Now the default setting is read from settings.xml and set accordingly.