Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |