summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/Movie2kTo.py
Commit message (Collapse)AuthorAgeFilesLines
* 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