Man page - tv_grab_pt_vodafone(1)
Packages contas this manual
- tv_extractinfo_en(1)
- tv_grab_na_dd(1)
- tv_count(1)
- tv_grep(1)
- tv_validate_grabber(1)
- tv_remove_some_overlapping(1)
- tv_grab_combiner(1)
- tv_cat(1)
- tv_merge(1)
- tv_tmdb(1)
- tv_split(1)
- tv_grab_zz_sdjson(1)
- tv_grab_it_dvb(1)
- tv_grab_huro(1)
- tv_augment(1)
- tv_extractinfo_ar(1)
- tv_sort(1)
- tv_grab_zz_sdjson_sqlite(1)
- tv_to_potatoe(1)
- tv_to_text(1)
- tv_grab_fi(1)
- tv_to_latex(1)
- tv_validate_file(1)
- tv_augment_tz(1)
- tv_imdb(1)
- tv_find_grabbers(1)
- tv_grab_na_tvmedia(1)
- tv_grab_pt_vodafone(1)
- tv_grab_uk_freeview(1)
- tv_grab_is(1)
- tv_grab_ch_search(1)
apt-get install xmltv-util
Manual
| TV_GRAB_PT_VODAFONE(1p) | User Contributed Perl Documentation | TV_GRAB_PT_VODAFONE(1p) |
NAME
tv_grab_pt_vodafone - Grab TV listings for Vodafone in Portugal
SYNOPSIS
tv_grab_pt_vodafone --help
tv_grab_pt_vodafone --configure [--config-file FILE]
tv_grab_pt_vodafone [--config-file FILE]
[--days N] [--offset N] [--channel xmltvid,xmltvid,...]
[--output FILE] [--quiet | --debug]
tv_grab_pt_vodafone --list-channels [--config-file FILE]
[--output FILE] [--quiet | --debug]
DESCRIPTION
Output TV listings in XMLTV format for many stations available in Portugal. This program consumes the EPG service from <https://vodafone.pt/>.
First you must run tv_grab_pt_vodafone --configure to choose which stations you want to receive.
Then running tv_grab_pt_vodafone with no arguments will get listings for the stations you chose for the maximum 7 days, including today.
OPTIONS
--configure Prompt for which stations to download and write the configuration file.
--config-file FILE Set the name of the configuration file, the default is ~/.xmltv/tv_grab_pt_vodafone.conf. This is the file written by --configure and read when grabbing.
--output FILE When grabbing, write output to FILE rather than standard output.
--days N When grabbing, grab N days rather than everything available.
--offset N Start grabbing at today + N days.
--quiet Only print error-messages on STDERR.
--debug Provide more information on progress to STDERR to help in debugging.
--list-channels Output a list of all channels that data is available for. The list is in xmltv-format.
--capabilities Show which capabilities the grabber supports. For more information, see <http://wiki.xmltv.org/index.php/XmltvCapabilities>
--version Show the version of the grabber.
--help Print a help message and exit.
ERROR HANDLING
If the grabber fails to download data from Vodafone, it will print an error message to STDERR and then exit with a status code of 1 to indicate that the data is missing.
ENVIRONMENT VARIABLES
The environment variable HOME can be set to change where configuration files are stored. All configuration is stored in $HOME/.xmltv/. On Windows, it might be necessary to set HOME to a path without spaces in it.
CREDITS
Kevin Groeneveld (kgroeneveld at gmail dot com)
This grabber uses code from tv_grab_pt_meo by Karl Dietz, dekarl -at- users -dot- sourceforge -dot- net, and from tv_grab_zz_sdjson by Kevin Groeneveld, kgroeneveld -at- gmail -dot- com.
The original idea of this grabber came from higuita's shell script, see <https://github.com/higuita/vodafone.pt-xmltv>.
Special thanks to Vodafone for building a clean, fast, and public access API; much more reliable than Meo's open API (but sadly not as open) and much better than the lack of any API from NOS.
AUTHOR
Nuno Sénica, nsenica -at- gmail -dot- com.
BUGS
None known.
| 2025-04-19 | perl v5.40.1 |