summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/Movie2kTo.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing create_getInfo in dead cryptersGravatar Walter Purcaro 2014-11-231-1/+4
|
* Code cosmetics: plugin class attributesGravatar Walter Purcaro 2014-10-281-4/+4
|
* Update __config__Gravatar Walter Purcaro 2014-10-281-0/+1
|
* Add __license__ key attribute to pluginsGravatar Walter Purcaro 2014-10-081-0/+1
|
* New __authors__ key replaces __author_name__ and __author_mail__ + ↵Gravatar Walter Purcaro 2014-10-071-2/+1
| | | | Whitespaces and EOF fixup
* Remove trailing whitespaces + remove license headers + import urllib methods ↵Gravatar Walter Purcaro 2014-08-011-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 pluginsGravatar Walter Purcaro 2014-07-151-1/+3
|
* Replace __pattern__ double quotes with singleGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@dfcdf7b
* Fix __type__ for cryptersGravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@48af9ab
* Fix __description__Gravatar Walter Purcaro 2014-04-111-1/+1
| | | | Merges vuolter/pyload@74bcc70
* Fix __author_name__ and __author_mail__Gravatar Walter Purcaro 2014-04-111-2/+2
| | | | Merges vuolter/pyload@6c57a37
* Mark dead crypters as DeadCrypterGravatar Walter Purcaro 2013-10-131-155/+8
|
* Fixed PEP 8 violations in CryptersGravatar Stefano 2013-07-211-134/+143
|
* Movie2kTo.py: Removed redundant code. Thanks to stickell.Gravatar Christopher 2013-05-121-14/+10
| | | | https://github.com/pyload/pyload/pull/115#issuecomment-17777585
* Movie2kTo.py: Added regular expression for matching the hoster URL.Gravatar Christopher 2013-05-121-2/+13
|
* Added Putlocker to the list of accepted hosters.Gravatar Christopher 2013-04-131-1/+1
|
* Cleanup.Gravatar Christopher 2013-04-131-9/+8
|
* Fixed regular expression and optimized quality report.Gravatar Christopher 2013-04-131-2/+3
|
* Movie2kTo: Added setting for quality in the folder name.Gravatar Christopher 2013-03-181-1/+3
| | | | You set if you want the quality output be part of the folder name.
* Movie2kTo: Corrected package name this plugin returns.Gravatar Christopher 2013-03-131-4/+5
|
* Movie2kTo: Fixed and tested it.Gravatar Christopher 2013-03-131-11/+25
|
* Movie2kTo: Added quality recognition.Gravatar Christopher 2013-03-131-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.Gravatar Christopher 2013-03-131-1/+1
|
* Movie2kTo: fixed hoster recognitionGravatar Christopher 2013-03-121-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 reliableGravatar Christopher 2013-03-121-1/+5
|
* made the firstN setting ready for more than one hosterGravatar Christopher 2013-03-111-3/+3
|
* added setting to set how many URLs should be returned for each episode.Gravatar Christopher 2013-03-111-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 fixesGravatar Christopher 2013-02-271-13/+17
|
* fixed support for filmsGravatar Christopher 2013-02-271-18/+21
|
* added support to add all episodes and/or seasonsGravatar Christopher 2013-02-271-14/+54
|
* wrote crypter/Movie2kTo.pyGravatar Christopher 2013-02-271-0/+62