Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidafsilva/pipocas.tv-scraper
Pipocas.tv Scraper
https://github.com/davidafsilva/pipocas.tv-scraper
Last synced: 8 days ago
JSON representation
Pipocas.tv Scraper
- Host: GitHub
- URL: https://github.com/davidafsilva/pipocas.tv-scraper
- Owner: davidafsilva
- Created: 2013-06-02T19:48:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T21:57:04.000Z (almost 9 years ago)
- Last Synced: 2024-11-16T04:41:43.315Z (2 months ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Pipocas Scraper v0.3
This project aims to provide a python API/CLI tool for the pipocas.tv subtitle web site.
usage: pipocas.py [-h] [-d] [-o filename] [-u ] [-p ] [-v]
[-V]
release|movie|tv-showPipocas scraper v0.3 (c) David Silva 2013
positional arguments:
release|movie|tv-show
release/movie/tv-show to be searched foroptional arguments:
-h, --help show this help message and exit
-d, --download specifies that the top rated subtitle found shoud be
automatically downloaded
-o filename, --output filename
specifies that path/filename for the downloaded
subtitle. The default name is the subtitle id plus ZIP
extension
-l language, --language language
specifies the language for the subtitle lookup. Valid
choices are: pt, br, es, en. The default behavior
doesn't filter for any kind of language
-u , --user
specifies the user for the authentication
-p , --password
specifies the password for the authentication
-v, --verbose turns on the debug/verbose output
-V, --version show program's version number and exitSoon:
- Automatically unpack zip file and rename subtitle (if and only if the zip file contains one entry)
- JSON output
- XML output