| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Fix https://github.com/pyload/pyload/issues/1999
Fix https://github.com/pyload/pyload/issues/2001
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Revert to using the "regular" Crypter abstract class instead of
SimpleCrypter. Before the last commit, Crypter was used and the last
commit didn't actually make use of any SimpleCrypter functionality. So
in order to be consistent, Crypter is now used again.
|
|
|
|
|
|
|
|
|
|
| |
The plugin doesn't rely on a third party website anymore for the actual
decrypting. Instead it uses a different user agent which makes sh.st
serve an HTTP redirect. This speeds up the decrypting process and fixes
errors related to the third party web site (in particular the latest
outage and API change).
Also, self.urls is now used instead of self.packages for the decrypted
URL.
|
|
sh.st is a URL shortener service with ads (much like adf.ly and others).
The crypter uses deadlockers.com to bypass the ads/waiting times.
It keeps the package name and folder and just inserts the target URL.
|