Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code cosmetics: plugin class attributes | Walter Purcaro | 2014-10-28 | 1 | -4/+4 |
| | |||||
* | Update __config__ | Walter Purcaro | 2014-10-28 | 1 | -0/+1 |
| | |||||
* | Add __license__ key attribute to plugins | Walter Purcaro | 2014-10-08 | 1 | -0/+1 |
| | |||||
* | New __authors__ key replaces __author_name__ and __author_mail__ + ↵ | Walter Purcaro | 2014-10-07 | 1 | -2/+1 |
| | | | | Whitespaces and EOF fixup | ||||
* | Remove trailing whitespaces + remove license headers + import urllib methods ↵ | Walter Purcaro | 2014-08-01 | 1 | -1/+1 |
| | | | | directly + sort and fix key attributes + use save_join instead join + sort some import declarations + other minor code cosmetics | ||||
* | Key attributes cleanup for account, container and crypter plugins | Walter Purcaro | 2014-07-15 | 1 | -1/+3 |
| | |||||
* | Replace __pattern__ double quotes with single | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@dfcdf7b | ||||
* | Fix __type__ for crypters | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@48af9ab | ||||
* | Fix __description__ | Walter Purcaro | 2014-04-11 | 1 | -1/+1 |
| | | | | Merges vuolter/pyload@74bcc70 | ||||
* | Fix __author_name__ and __author_mail__ | Walter Purcaro | 2014-04-11 | 1 | -2/+2 |
| | | | | Merges vuolter/pyload@6c57a37 | ||||
* | Mark dead crypters as DeadCrypter | Walter Purcaro | 2013-10-13 | 1 | -155/+8 |
| | |||||
* | Fixed PEP 8 violations in Crypters | Stefano | 2013-07-21 | 1 | -134/+143 |
| | |||||
* | Movie2kTo.py: Removed redundant code. Thanks to stickell. | Christopher | 2013-05-12 | 1 | -14/+10 |
| | | | | https://github.com/pyload/pyload/pull/115#issuecomment-17777585 | ||||
* | Movie2kTo.py: Added regular expression for matching the hoster URL. | Christopher | 2013-05-12 | 1 | -2/+13 |
| | |||||
* | Added Putlocker to the list of accepted hosters. | Christopher | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | Cleanup. | Christopher | 2013-04-13 | 1 | -9/+8 |
| | |||||
* | Fixed regular expression and optimized quality report. | Christopher | 2013-04-13 | 1 | -2/+3 |
| | |||||
* | Movie2kTo: Added setting for quality in the folder name. | Christopher | 2013-03-18 | 1 | -1/+3 |
| | | | | You set if you want the quality output be part of the folder name. | ||||
* | Movie2kTo: Corrected package name this plugin returns. | Christopher | 2013-03-13 | 1 | -4/+5 |
| | |||||
* | Movie2kTo: Fixed and tested it. | Christopher | 2013-03-13 | 1 | -11/+25 |
| | |||||
* | Movie2kTo: Added quality recognition. | Christopher | 2013-03-13 | 1 | -11/+24 |
| | | | | | Sites without a quality value will fail with this version … But on the other hand the current pattern relies on the quality value … | ||||
* | Movie2kTo: Changed regex. I hope it now matches every site. | Christopher | 2013-03-13 | 1 | -1/+1 |
| | |||||
* | Movie2kTo: fixed hoster recognition | Christopher | 2013-03-12 | 1 | -9/+6 |
| | | | | | | | It appeared to me that the hoster and the id of a video can be present in either a JavaScript section or in a HTML section on *one* page. I first assumed that all hosters on one page can be found ether in a JavaScript section or in a HTML section. | ||||
* | Movie2kTo: fixed regex to be more reliable | Christopher | 2013-03-12 | 1 | -1/+5 |
| | |||||
* | made the firstN setting ready for more than one hoster | Christopher | 2013-03-11 | 1 | -3/+3 |
| | |||||
* | added setting to set how many URLs should be returned for each episode. | Christopher | 2013-03-11 | 1 | -26/+30 |
| | | | | | | Usually the first URL will be all you need. The movie2k.to website also just returns the first URL but in the source code of the website there are more links for each episode … | ||||
* | little fixes | Christopher | 2013-02-27 | 1 | -13/+17 |
| | |||||
* | fixed support for films | Christopher | 2013-02-27 | 1 | -18/+21 |
| | |||||
* | added support to add all episodes and/or seasons | Christopher | 2013-02-27 | 1 | -14/+54 |
| | |||||
* | wrote crypter/Movie2kTo.py | Christopher | 2013-02-27 | 1 | -0/+62 |