Polish TV XMLTV Parser

Introduction

Python application, which parses tv.wp.pl web page with tv channel listing. Output is configurable the XML format for XMLTV applications, or plain text file. Sample script for parsing

Important notice

Disclaimer

2007/08/18 – finally i’ve found site from which i’ve used code for parsing wp.pl site. It’s jpc jogger and all credits for parser itself should go to him, xmltv and others are mine.

Changes

  • 0.1 – 28/03/2007 – first public release
  • 0.2 – 05/07/2007 – second release, add proper escaping of & < > signs
  • 0.3 – 15/09/2007 – added seconds to xmltv date output (set to 00) in order to conform XML dtd spec
  • 0.4 – 14/12/2007 – added cyfraplus grabber (thanks Michal Sawicz)
  • 1.0 – 03/10/2009 – changed name to epguide and updated version to 1.0

Files

Files are available on the project page: http://code.google.com/p/epguide/