-
Notifications
You must be signed in to change notification settings - Fork 12
Freeview Australia xmltv
Mark Campbell-Smith edited this page Oct 11, 2019
·
2 revisions
This will create an xmltv file with data from freeview.com.au.
Usage: free_epg.pl --region=<REGION-NAME> --file=<output xmltv filename>
To get a complete list of regions, type free_epg.pl --help
You will have to install the following perl modules (if not already installed)
- JSON
- LWP::UserAgent
- XML::Writer
- DateTime
You may need to install additional perl modules through apt. The following perl modules may be required to be installed
- libdatetime-perl
- libxml-writer-perl