~ubuntu-branches/ubuntu/trusty/freeguide/trusty

« back to all changes in this revision

Viewing changes to xmltv/doc/man/tv_grab_nl.txt

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Watkins
  • Date: 2008-09-07 15:49:32 UTC
  • mfrom: (1.2.6 upstream) (4.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20080907154932-2jvgv76btq068fe0
Tags: 0.10.9-1
* New upstream release. (Closes: #492789)
* Moved package from contrib to main. (Closes: #492544)
* Added lintian override for 'build-depends-without-arch-dep ant', as ant is
  used in the clean target.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
NAME
2
 
    tv_grab_nl - Grab TV listings for Holland.
3
 
 
4
 
SYNOPSIS
5
 
    tv_grab_nl --help
6
 
 
7
 
    tv_grab_nl [--config-file FILE] --configure
8
 
 
9
 
    tv_grab_nl [--config-file FILE] [--output FILE] [--days N] [--offset N]
10
 
    [--quiet] [--slow]
11
 
 
12
 
DESCRIPTION
13
 
    Output TV listings for several channels available in Holland. The data
14
 
    comes from www.tvgids.nl. The grabber relies on parsing HTML so it might
15
 
    stop working at any time.
16
 
 
17
 
    First run tv_grab_nl --configure to choose, which channels you want to
18
 
    download. Then running tv_grab_nl with no arguments will output listings
19
 
    in XML format to standard output.
20
 
 
21
 
    --configure Prompt for which channels, and write the configuration file.
22
 
 
23
 
    --config-file FILE Set the name of the configuration file, the default
24
 
    is ~/.xmltv/tv_grab_nl.conf. This is the file written by --configure and
25
 
    read when grabbing.
26
 
 
27
 
    --output FILE Write to FILE rather than standard output.
28
 
 
29
 
    --days N Grab N days. The default is one week.
30
 
 
31
 
    --offset N Start N days in the future. The default is to start from
32
 
    today.
33
 
 
34
 
    --slow Fetch full programme details from the site. This gives richer
35
 
    output but involves many more page fetches.
36
 
 
37
 
    --quiet Suppress the progress messages normally written to standard
38
 
    error.
39
 
 
40
 
    --capabilities Show which capabilities the grabber supports. For more
41
 
    information, see
42
 
    <http://membled.com/twiki/bin/view/Main/XmltvCapabilities>
43
 
 
44
 
    --version Show the version of the grabber.
45
 
 
46
 
    --help Print a help message and exit.
47
 
 
48
 
SEE ALSO
49
 
    xmltv(5).
50
 
 
51
 
AUTHOR
52
 
    Current maintainer is Eric Bus (xmltv@fambus.nl).
53
 
 
54
 
    First version by Guido Diepen and Ed Avis (ed@membled.com). Originally
55
 
    based on tv_grab_fi by Matti Airas.
56