Subtítulos para todos (y todas)
by Leandro Lucarella on 2012- 07- 14 18:37 (updated on 2012- 07- 14 18:37)- with 0 comment(s)
¡Viva Perón, carajo!
Podrido de buscar subtítulos a mano en subdivx.com, que es una paja enorme por la interfaz bastaaante pedorra, decidí, hace mucho tiempo, hacer un pequeño script para hacer el trabajo sucio por mí. Como muchas veces pasa, esa mugre fue creciendo hasta convertirse en algo relativamente decente, así que decidí publicarlo.
Si bien no estoy tan orgulloso de él como para hacer un release serio, subí el código a un repo git que pueden bajar, mejorar y mandar parches.
También pueden bajar el script directamente y usarlo (chmod +x de por medio). Está probado con Python 2.7 y 3.2.
Acá un screenshot del usage, que es la única documentación que existe sobre el script:
Usage: subdivxget [OPTIONS] QUERY [FILTER ...] Download subtitles from subdivx.com searching the string QUERY. If FILTERs are specified, only subtitles that matches all those filters are downloaded. Filters have the format "X:fitler", where X is a field specification: t=titulo, d=desc, a=autor, f=formato, c=comentarios, C=cds, F=fecha and D=downloads. filter is a string that should be found on that field (case insensitive). If the format specifier is not known (or there isn't one) the filter string is looked in all the fields. Options: -h, --help show this help message and exit -l, --list-only Don't download the subtitles, just list them -q, --quiet Don't print progress messages
Ah, sí, me quedó mezcla de inglés y castellano, es que estoy acostumbrado a codear en inglés, pero dado que subdivx AFAIK sólo tiene subtítulos en castellano se complica.
Espero que a alguien le sea útil.