UNPKG

350 Btext/coffeescriptView Raw
1cineteca = do require './cineteca'
2
3module.exports = (url) ->
4 url = url
5 .replace cineteca.entry_url, ''
6 .replace 'controlador', ''
7 .replace 'Dia', ''
8 .replace 'detallePelicula.php?clv=', ''
9 .replace '/php/', ''
10 .replace '.php?', ''
11 .replace 'opcion=', ''
12 .replace /\&Tit=.+$/gi, ''
13 .toLowerCase()
14 url + '.html'
\No newline at end of file