Skip to content
This repository has been archived by the owner on Apr 14, 2022. It is now read-only.

Commit

Permalink
[removed] RevolutionTT support
Browse files Browse the repository at this point in the history
  • Loading branch information
TnS-hun committed May 15, 2015
1 parent 393efdc commit 387cafb
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 222 deletions.
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -15,10 +15,9 @@ Supported sites for automatic mode:
* Thanks to Mako_1!
* FunFile
* Thanks to dhosha!
* RevolutionTT
* Thanks to dhosha!

SceneAccess support was removed on the 9th of July 2013 because of staff pressure...
RevolutionTT support was removed on the 15th of May 2015 because of staff pressure...

There is a helper [Greasemonkey script](https://raw.githubusercontent.com/TnS-hun/PtpUploader/master/PtpUploaderTorrentSender.js) available at to send torrents from a wide variety of sites directly to PtpUploader.

Expand Down
5 changes: 0 additions & 5 deletions src/PtpUploader/Settings.example.ini
Expand Up @@ -241,11 +241,6 @@ AutoUploadSd = 1
AutoUpload720p = 0
AutoUpload1080p = 0

[RevolutionTT]
Username =
Password =
MaximumParallelDownloads = 3

[TorrentLeech]
Username =
Password =
Expand Down
213 changes: 0 additions & 213 deletions src/PtpUploader/Source/RevolutionTT.py

This file was deleted.

2 changes: 0 additions & 2 deletions src/PtpUploader/Source/SourceFactory.py
Expand Up @@ -9,7 +9,6 @@
from Source.Torrent import Torrent
from Source.TorrentLeech import TorrentLeech
from Source.TorrentShack import TorrentShack
from Source.RevolutionTT import RevolutionTT

from MyGlobals import MyGlobals
from Settings import Settings
Expand All @@ -30,7 +29,6 @@ def __init__(self):
self.__AddSource( Karagarga() )
self.__AddSource( TorrentLeech() )
self.__AddSource( TorrentShack() )
self.__AddSource( RevolutionTT() )

MyGlobals.Logger.info( "Sources initialized." )

Expand Down

0 comments on commit 387cafb

Please sign in to comment.