• Vítejte na XBMC-Kodi.cz
  • Česko-slovenská komunita fanoušků XBMC/Kodi
Vítejte návštevníku! Přihlášení Registrace


Hodnocení tématu:
  • 13 Hlas(ů) - 2.38 Průměr
  • 1
  • 2
  • 3
  • 4
  • 5
WebGrab+Plus
#65
V několika minulých příspěvcích jsme diskutovali o nárůstu času grabování při zvyšujícím se počtu kanálů a @mobilemanic doporučil použít metodu xmltv2xmltv, tedy načítání již existujícího zdroje xmltv přes WG++. Já jsem se na to chystal už delší dobu, zmínka o tom je zde (Solved) Merge xmltv with EPG URL, ale teprve pěkně rozběhlá diskuse v tomto vlákně mě přesvědčila se tomu věnovat. Po přečtení návodu, který je uložen v přiloženém zip, jsem zjistil, že to řešení zas tak složité, jak jsem si po zběžném přečtení původně myslel, není.
[attachment=3936]

Má to smysl?

Tu otázku jsem si položil několikrát. Pokud existuje služba zdroje xmltv, má vůbec smysl pužívat WG++? Odpověď je jasná. Ano. Za posledních několik let jsem byl svědkem vzniku a zase zániku několika takových služeb. Mít vlastní zdroj se tedy rozhodně vyplatí. Vyplatí se také proto, že ne vždy u takové služby najdete to, co potřebujete. A v neposlední řadě, velmi často je třeba se potýkat s tím, že ne vždy identifikace kanálů v xmltv odpovídá té, která by se hodila vám.

Jak to funguje

Na první pohled složitý popis v podstatě směřuje ke dvěma cílům.
  1. Získání  kompletního přehledu kanálů, který daný zdroj poskytuje.
  2. Vytvoření standardního ini souboru pro daný zdroj, který umožní kanály tohoto zdroje zadávat do standardního konfiguračního souboru jako jakékoliv jiné.
V přiloženém zipu (viz výše) je, kromě popisu postupu (v en), i soubor merge-xmltv.ini, což je vzor a základ pro budoucí ini soubor pro váš zdroj. Pro další popis postupu budu předpodkládat, že jako zdroj použijeme xmltv z 22century.cz.

Postup:

1. Přejmenujte merge-xmltv.ini, např. na 22century.cz.ini. Takto vypadá soubor 22century.cz.ini před zahájením editace:
Kód:
**------------------------------------------------------------------------------------------------
* @header_start
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
* @Site: merge-xmltv
* @MinSWversion: 1.1.1/56.02
* @Revision 3 - [21/01/2016] Francis De Paemeleere
*   - add show icon
* @Revision 2 - [21/10/2015] Francis De Paemeleere
*   - speedup for large files
* @Revision 1 - [17/10/2015] Jan van Straaten
*   -  allows multiple xmltv input file to merge
* @Revision 0 - [09/05/2014] Jan van Straaten
*   - creation
* @Remarks:
* @header_end
**------------------------------------------------------------------------------------------------
*** edit - timezone=UTC+00:00 - to the timezone for which the xmltv data is created
*** edit (optional) - cultureinfo=en-GB - to the cultureinfo of the country for which the xmltv data is created
site {url=merge-xmltv|timezone=UTC+00:00|maxdays=31.1|cultureinfo=en-GB|charset=UTF-8|titlematchfactor=90|keepindexpage}
*
*** eventually enable and adapt ratingsystem and episodesystem to your requiements
*site {ratingsystem=GB|episodesystem=onscreen}
*
*** edit - path_of_the_xmltv_file2merge.xml - to your requirements
*** more than one file2merge or just one:
*subpage.format {list|path_of_the_1st_xmltv_file2merge.xml|path_of_the_2nd_xmltv_file2merge.xml|etc}
*** example
*subpage.format {list|D:\guide-1.xml|D:\guide-2.xml}
url_index{url|file://|subpage|}

scope.range {(datelogo)|end}
index_variable_element.modify {addstart|'config_site_id'}
end_scope
index_showsplit.scrub {regex||<programme [^>]*channel=\"'index_variable_element'\"[^>]*>.*?</programme>||}

index_start.scrub {single|start="||"|>}
index_stop.scrub {single|stop="||"|>}
index_title.scrub {single|<title|>|</title>|</title>}
index_subtitle.scrub {single|<sub-title|>|</sub-title>|</sub-title>}
index_description.scrub {single|<desc|>|</desc>|</desc>}
index_actor.scrub {multi|<actor>||</actor>|</actor>}
index_director.scrub {multi|<director>||</director>|</director>}
index_writer.scrub {multi|<writer>||</writer>|</writer>}
index_producer.scrub {multi|<producer>||</producer>|</producer>}
index_presenter.scrub {multi|<presenter>||</presenter>|</presenter>}
index_productiondate.scrub {single|<year>||</year>|</year>}
index_category.scrub {multi|<category|>|</category>|</category>}
index_starrating.scrub {single|<star-rating>|<value>|</value></star-rating>}
index_episode.scrub {single|<episode-num>||</episode-num>|</episode-num>}
index_showicon.scrub {regex||<icon src=\"([^\"]*)||}

scope.range {(indexshowdetails)|end}
* extraxt times
*start="20120922004200" stop="20120922021200"
index_start.modify {substring(type=char)|8 4}
index_temp_1.modify {substring(type=char)|'index_start' 0 2} * the hours
index_start.modify {substring(type=char)|2 2} * the minutes
index_start.modify {addstart|'index_temp_1':}
index_stop.modify {substring(type=char)|8 4}
index_temp_1.modify {substring(type=char)|'index_stop' 0 2} * the hours
index_stop.modify {substring(type=char)|2 2} * the minutes
index_stop.modify {addstart|'index_temp_1':}

index_description.modify {cleanup}
end_scope

**  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _
**      #####  CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
** @auto_xml_channel_start
*index_site_id.scrub {regex||<channel [^>]*id="[^\"]*"[^>]*>.*?</channel>||}
*scope.range {(channellist)|end}
*index_site_channel.modify {addstart|'index_site_id'}
*index_site_id.modify {substring(type=regex)|<channel [^>]*id="([^\"]*)"[^>]*>}
*index_site_channel.modify {substring(type=regex)|<display-name [^>]*>(.*?)</display-name>}
*index_site_id.modify {cleanup(removeduplicates=equal link="index_site_channel")}
*end_scope
** @auto_xml_channel_end

2. Otevřete vhodným editorem a postupně zeditujte následující řádky:

řádek: site {url=merge-xmltv|timezone=UTC+00:00|maxdays=31.1|cultureinfo=en-GB|charset=UTF-8|titlematchfactor=90|keepindexpage}
na: site {url=22century.cz|timezone=UTC+01:00|maxdays=31.1|cultureinfo=cs-CZ|charset=UTF-8|titlematchfactor=90|keepindexpage}

řádek: *subpage.format {list|D:\guide-1.xml|D:\guide-2.xml}
na (nezapomeňte odstranit *): subpage.format {list|http://22century.cz/program.xml}

řádek: url_index{url|file://|subpage|}
na: url_index{url||subpage|}

3. Odstraňte hvězdičku u všech řádků mezi řádky ** @auto_xml_channel_start** @auto_xml_channel_end - tento postup způsobí, že se vypíší všechny kanály, které má daný zdroj (v našem případě tedy 22century.cz) k dispozici.

4. Soubor uložte do umístění, kde máte i ostatní ini soubory. Já zásadně používám podadresář seitini.user, ve kterém mám i další ini soubory, které při grabování používám a nějak je upravuji. Takto vypadá soubor 22century.cz.ini po skončení editace:
Kód:
**------------------------------------------------------------------------------------------------
* @header_start
* WebGrab+Plus ini for grabbing EPG data from TvGuide websites
* @Site: 22century.cz
* @MinSWversion: 1.1.1/56.02
* @Revision 3 - [21/01/2016] Francis De Paemeleere
*   - add show icon
* @Revision 2 - [21/10/2015] Francis De Paemeleere
*   - speedup for large files
* @Revision 1 - [17/10/2015] Jan van Straaten
*   -  allows multiple xmltv input file to merge
* @Revision 0 - [09/05/2014] Jan van Straaten
*   - creation
* @Remarks:
* @header_end
**------------------------------------------------------------------------------------------------
*** edit - timezone=UTC+00:00 - to the timezone for which the xmltv data is created
*** edit (optional) - cultureinfo=en-GB - to the cultureinfo of the country for which the xmltv data is created
site {url=22century.cz|timezone=UTC+01:00|maxdays=31.1|cultureinfo=cs-CZ|charset=UTF-8|titlematchfactor=90|keepindexpage}
*
*** eventually enable and adapt ratingsystem and episodesystem to your requiements
*site {ratingsystem=GB|episodesystem=onscreen}
*
*** edit - path_of_the_xmltv_file2merge.xml - to your requirements
*** more than one file2merge or just one:
*subpage.format {list|path_of_the_1st_xmltv_file2merge.xml|path_of_the_2nd_xmltv_file2merge.xml|etc}
*** example
subpage.format {list|http://22century.cz/program.xml}
url_index{url||subpage|}

scope.range {(datelogo)|end}
index_variable_element.modify {addstart|'config_site_id'}
end_scope
index_showsplit.scrub {regex||<programme [^>]*channel=\"'index_variable_element'\"[^>]*>.*?</programme>||}

index_start.scrub {single|start="||"|>}
index_stop.scrub {single|stop="||"|>}
index_title.scrub {single|<title|>|</title>|</title>}
index_subtitle.scrub {single|<sub-title|>|</sub-title>|</sub-title>}
index_description.scrub {single|<desc|>|</desc>|</desc>}
index_actor.scrub {multi|<actor>||</actor>|</actor>}
index_director.scrub {multi|<director>||</director>|</director>}
index_writer.scrub {multi|<writer>||</writer>|</writer>}
index_producer.scrub {multi|<producer>||</producer>|</producer>}
index_presenter.scrub {multi|<presenter>||</presenter>|</presenter>}
index_productiondate.scrub {single|<year>||</year>|</year>}
index_category.scrub {multi|<category|>|</category>|</category>}
index_starrating.scrub {single|<star-rating>|<value>|</value></star-rating>}
index_episode.scrub {single|<episode-num>||</episode-num>|</episode-num>}
index_showicon.scrub {regex||<icon src=\"([^\"]*)||}

scope.range {(indexshowdetails)|end}
* extraxt times
*start="20120922004200" stop="20120922021200"
index_start.modify {substring(type=char)|8 4}
index_temp_1.modify {substring(type=char)|'index_start' 0 2} * the hours
index_start.modify {substring(type=char)|2 2} * the minutes
index_start.modify {addstart|'index_temp_1':}
index_stop.modify {substring(type=char)|8 4}
index_temp_1.modify {substring(type=char)|'index_stop' 0 2} * the hours
index_stop.modify {substring(type=char)|2 2} * the minutes
index_stop.modify {addstart|'index_temp_1':}

index_description.modify {cleanup}
end_scope

**  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _  _
**      #####  CHANNEL FILE CREATION (only to create the xxx-channel.xml file)
** @auto_xml_channel_start
index_site_id.scrub {regex||<channel [^>]*id="[^\"]*"[^>]*>.*?</channel>||}
scope.range {(channellist)|end}
index_site_channel.modify {addstart|'index_site_id'}
index_site_id.modify {substring(type=regex)|<channel [^>]*id="([^\"]*)"[^>]*>}
index_site_channel.modify {substring(type=regex)|<display-name [^>]*>(.*?)</display-name>}
index_site_id.modify {cleanup(removeduplicates=equal link="index_site_channel")}
end_scope
** @auto_xml_channel_end

5. Nyní vložte do vašeho konfiguračního souboru WG++, tedy WebGrab++.config.xml, řádek:

<channel update="f" site="22century.cz" site_id="" xmltv_id="dummy">dummy</channel>

Doporučuji ostatní kanály zakomentovat nebo je dočasně ze souboru odstranit. Zbytečně byste čekali, až se nagrabují.

6. Spusťte WG++. Kromě standardního souboru výstupu, který teď ale není zajímavý a důležitý, se vytvoří soubor 22century.cz.channels.xml, který bude obsahovat seznam všech dostupných kanálů daného zdroje. 
[attachment=3937]

7. Vraťte se zpět k vaší původní verzi konfiguračního souboru, případně z něj odstraňte řádek <channel update="f" site="22century.cz" site_id="" xmltv_id="dummy">dummy</channel>, není už tam nutný (ale nevadí tam). Nyní můžete do konfiguračního souboru vkládat vybrané řádky kanálů z 22century.cz.channels.xml.

8. Na závěr doporučuji zpátky zakomentovat řádky v 22century.cz.ini (odkomentované v bodu 3). Pokud to neuděláte, nestane se nic hrozného, jen se při každém grabování bude znova vytvářet seznam dostupných kanálů zdroje.
[attachment=3943]


Závěr
  • Grabování ze zdroje xmltv je nesrovnateleně rychlejší než z webových stránek programů
  • Můžete s výhodou kombinovat data ze zdroje xmltv a zbytek si nagrabovat z webových stránek
  • Při definici jednotlivých kanálů můžete celkem jednoduše provést jejich přejmenování, to při přímém přístupu k datům zdroje xmltv možné není a také to přináší občas komplikace
  • Můžete celkem jednoduše a rychle přepínat mezi zdroji v případě, že dojde k nějakému výpadku. Stačí si své staré webové zdroje zakomentovat a v případě potřeby k nim rychle získat přístup
  • Pokud byste si chtěli přidat kanály i z jiného zdroje xmltv, můžete si shodným postupem vytvořit další ini soubor, případně vložit tento zdroj do existujícího ini souboru pro 22century.cz.ini. Pro druhý případ stačí pozorně si přečíst komentáře v ini souboru. Já ale preferuji první variantu. Člověk v tom pak má pořádek.
 
Citovat
  


Příspěvků v tématu
WebGrab+Plus - od JiRo - 03.7.2017, 12:19
Vlastní EPG - WebGrab+Plus - od baky20 - 03.7.2017, 13:07
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 05.7.2017, 11:01
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 06.7.2017, 21:01
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 18.11.2017, 22:28
RE: Vlastní EPG - WebGrab+Plus - od pavuucek - 20.11.2017, 13:31
RE: Vlastní EPG - WebGrab+Plus - od Werwi - 13.1.2019, 15:11
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 20.11.2017, 15:17
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 20.12.2017, 11:47
RE: Vlastní EPG - WebGrab+Plus - od marhycz - 22.12.2017, 23:23
RE: Vlastní EPG - WebGrab+Plus - od Honza_ - 25.12.2017, 8:53
RE: Vlastní EPG - WebGrab+Plus - od marhycz - 25.12.2017, 12:31
RE: Vlastní EPG - WebGrab+Plus - od Ostravak - 27.12.2017, 17:06
RE: Vlastní EPG - WebGrab+Plus - od marhycz - 27.12.2017, 17:35
RE: Vlastní EPG - WebGrab+Plus - od Ostravak - 27.12.2017, 18:06
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 29.12.2017, 0:24
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 18.1.2018, 11:57
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 06.2.2018, 10:22
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 10.2.2018, 11:03
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 10.2.2018, 11:30
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 10.2.2018, 13:31
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 10.2.2018, 14:43
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 17.2.2018, 19:18
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 18.2.2018, 19:42
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 19.2.2018, 11:11
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 19.2.2018, 11:23
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 19.2.2018, 11:27
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 22.4.2018, 10:07
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 22.4.2018, 14:40
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 22.4.2018, 22:24
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 02.6.2018, 10:36
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 02.6.2018, 19:21
RE: Vlastní EPG - WebGrab+Plus - od Mrak - 02.6.2018, 19:26
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 02.6.2018, 19:44
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 03.6.2018, 0:11
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 03.6.2018, 8:25
RE: Vlastní EPG - WebGrab+Plus - od Mrak - 03.6.2018, 11:43
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 04.6.2018, 18:38
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 05.6.2018, 7:56
RE: Vlastní EPG - WebGrab+Plus - od Mrak - 21.6.2018, 11:16
RE: Vlastní EPG - WebGrab+Plus - od Konycz - 27.9.2018, 11:31
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 27.9.2018, 23:01
RE: Vlastní EPG - WebGrab+Plus - od Konycz - 27.9.2018, 23:39
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 28.9.2018, 9:14
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 28.9.2018, 17:43
Vlastní EPG - WebGrab+Plus - od mtester270 - 28.9.2018, 21:02
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 28.9.2018, 22:02
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 28.9.2018, 22:28
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 29.9.2018, 18:29
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 03.10.2018, 16:06
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 03.10.2018, 16:55
RE: Vlastní EPG - WebGrab+Plus - od petrsk - 31.10.2018, 11:47
RE: Vlastní EPG - WebGrab+Plus - od frakor - 23.11.2018, 12:55
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 23.11.2018, 13:36
RE: Vlastní EPG - WebGrab+Plus - od kibreh - 06.12.2018, 9:05
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 06.12.2018, 11:33
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 18.12.2018, 18:44
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 08.1.2019, 23:59
RE: Vlastní EPG - WebGrab+Plus - od Client - 14.1.2019, 11:59
RE: Vlastní EPG - WebGrab+Plus - od LOGMAN - 14.1.2019, 13:05
RE: Vlastní EPG - WebGrab+Plus - od LOGMAN - 14.1.2019, 14:18
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 14.1.2019, 15:24
RE: Vlastní EPG - WebGrab+Plus - od LOGMAN - 14.1.2019, 15:39
RE: Vlastní EPG - WebGrab+Plus - od LOGMAN - 15.1.2019, 15:36
RE: Vlastní EPG - WebGrab+Plus - od bojler - 15.1.2019, 20:46
RE: Vlastní EPG - WebGrab+Plus - od RenEdi - 16.1.2019, 10:15
RE: Vlastní EPG - WebGrab+Plus - od robson - 16.1.2019, 14:55
RE: Vlastní EPG - WebGrab+Plus - od vrzy - 16.1.2019, 20:34
RE: Vlastní EPG - WebGrab+Plus - od Client - 16.1.2019, 21:39
RE: Vlastní EPG - WebGrab+Plus - od vrzy - 16.1.2019, 22:12
RE: Vlastní EPG - WebGrab+Plus - od Client - 16.1.2019, 22:40
RE: Vlastní EPG - WebGrab+Plus - od vrzy - 16.1.2019, 23:05
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 17.1.2019, 14:55
RE: Vlastní EPG - WebGrab+Plus - od Client - 17.1.2019, 16:02
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 18.1.2019, 14:45
RE: Vlastní EPG - WebGrab+Plus - od Client - 18.1.2019, 18:31
RE: Vlastní EPG - WebGrab+Plus - od LOGMAN - 22.1.2019, 16:31
RE: Vlastní EPG - WebGrab+Plus - od Client - 23.1.2019, 13:28
RE: Vlastní EPG - WebGrab+Plus - od LOGMAN - 23.1.2019, 14:59
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 23.1.2019, 17:48
RE: Vlastní EPG - WebGrab+Plus - od Client - 24.1.2019, 22:08
RE: Vlastní EPG - WebGrab+Plus - od Client - 24.1.2019, 20:24
RE: Vlastní EPG - WebGrab+Plus - od Client - 25.1.2019, 10:52
RE: Vlastní EPG - WebGrab+Plus - od bojler - 24.1.2019, 19:25
RE: Vlastní EPG - WebGrab+Plus - od Client - 25.1.2019, 12:08
RE: Vlastní EPG - WebGrab+Plus - od vrzy - 01.2.2019, 21:47
RE: Vlastní EPG - WebGrab+Plus - od Client - 03.2.2019, 15:03
RE: Vlastní EPG - WebGrab+Plus - od Client - 02.3.2019, 15:42
RE: Vlastní EPG - WebGrab+Plus - od Client - 02.3.2019, 20:37
RE: Vlastní EPG - WebGrab+Plus - od Client - 02.3.2019, 21:39
RE: Vlastní EPG - WebGrab+Plus - od Client - 02.3.2019, 23:13
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 03.3.2019, 13:17
RE: Vlastní EPG - WebGrab+Plus - od Client - 03.3.2019, 14:56
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 03.3.2019, 16:35
RE: Vlastní EPG - WebGrab+Plus - od Client - 04.3.2019, 13:17
RE: Vlastní EPG - WebGrab+Plus - od Client - 04.3.2019, 23:22
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 17.4.2019, 23:12
RE: Vlastní EPG - WebGrab+Plus - od Client - 17.4.2019, 23:45
RE: Vlastní EPG - WebGrab+Plus - od Client - 18.4.2019, 11:40
RE: Vlastní EPG - WebGrab+Plus - od Client - 19.4.2019, 16:01
RE: Vlastní EPG - WebGrab+Plus - od Client - 21.4.2019, 10:57
RE: Vlastní EPG - WebGrab+Plus - od Client - 23.4.2019, 15:02
RE: Vlastní EPG - WebGrab+Plus - od Client - 30.4.2019, 18:22
RE: Vlastní EPG - WebGrab+Plus - od bojler - 30.4.2019, 19:59
RE: Vlastní EPG - WebGrab+Plus - od Client - 06.5.2019, 10:18
RE: Vlastní EPG - WebGrab+Plus - od flegma - 07.6.2019, 13:58
RE: Vlastní EPG - WebGrab+Plus - od nizo11 - 07.6.2019, 15:30
RE: Vlastní EPG - WebGrab+Plus - od flegma - 07.6.2019, 19:04
RE: Vlastní EPG - WebGrab+Plus - od nizo11 - 07.6.2019, 22:15
RE: Vlastní EPG - WebGrab+Plus - od Client - 22.6.2019, 21:29
RE: Vlastní EPG - WebGrab+Plus - od Client - 21.7.2019, 23:27
RE: Vlastní EPG - WebGrab+Plus - od Client - 22.7.2019, 14:56
RE: Vlastní EPG - WebGrab+Plus - od Client - 22.7.2019, 22:40
RE: Vlastní EPG - WebGrab+Plus - od Client - 25.7.2019, 15:48
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 08.8.2019, 13:35
RE: Vlastní EPG - WebGrab+Plus - od Client - 08.8.2019, 23:04
RE: Vlastní EPG - WebGrab+Plus - od Client - 10.8.2019, 10:29
RE: Vlastní EPG - WebGrab+Plus - od Client - 10.8.2019, 11:52
RE: Vlastní EPG - WebGrab+Plus - od Client - 10.8.2019, 13:17
RE: Vlastní EPG - WebGrab+Plus - od Client - 10.8.2019, 17:43
RE: Vlastní EPG - WebGrab+Plus - od beitlj - 09.9.2019, 12:02
RE: Vlastní EPG - WebGrab+Plus - od Client - 09.9.2019, 12:26
Vlastní EPG - WebGrab+Plus - od beitlj - 09.9.2019, 12:35
RE: Vlastní EPG - WebGrab+Plus - od bojler - 28.9.2019, 15:24
RE: Vlastní EPG - WebGrab+Plus - od Client - 20.10.2019, 17:05
RE: Vlastní EPG - WebGrab+Plus - od Client - 21.10.2019, 20:26
RE: Vlastní EPG - WebGrab+Plus - od Client - 21.10.2019, 22:22
RE: Vlastní EPG - WebGrab+Plus - od Client - 22.10.2019, 8:27
RE: Vlastní EPG - WebGrab+Plus - od Client - 23.10.2019, 15:31
RE: Vlastní EPG - WebGrab+Plus - od Client - 29.10.2019, 11:50
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 29.10.2019, 10:38
RE: Vlastní EPG - WebGrab+Plus - od Client - 30.10.2019, 8:12
RE: Vlastní EPG - WebGrab+Plus - od 100karel - 07.12.2019, 17:39
RE: Vlastní EPG - WebGrab+Plus - od xbmckodi - 09.12.2019, 15:02
RE: Vlastní EPG - WebGrab+Plus - od Client - 09.12.2019, 15:34
RE: Vlastní EPG - WebGrab+Plus - od xbmckodi - 09.12.2019, 16:52
RE: Vlastní EPG - WebGrab+Plus - od Client - 09.12.2019, 17:29
RE: Vlastní EPG - WebGrab+Plus - od Client - 30.12.2019, 12:56
Vlastní EPG - WebGrab+Plus - od beitlj - 15.1.2020, 9:38
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 15.1.2020, 11:30
Vlastní EPG - WebGrab+Plus - od ptd2000cz - 15.1.2020, 11:39
Vlastní EPG - WebGrab+Plus - od beitlj - 15.1.2020, 13:06
RE: Vlastní EPG - WebGrab+Plus - od Client - 15.1.2020, 13:31
Vlastní EPG - WebGrab+Plus - od beitlj - 15.1.2020, 14:12
RE: Vlastní EPG - WebGrab+Plus - od Client - 22.1.2020, 12:38
RE: Vlastní EPG - WebGrab+Plus - od Client - 22.1.2020, 15:57
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 26.1.2020, 19:45
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 27.1.2020, 15:54
RE: Vlastní EPG - WebGrab+Plus - od Client - 27.1.2020, 17:46
Vlastní EPG - WebGrab+Plus - od beitlj - 27.1.2020, 19:12
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 28.1.2020, 14:43
RE: Vlastní EPG - WebGrab+Plus - od Client - 13.2.2020, 10:09
RE: Vlastní EPG - WebGrab+Plus - od Rostax - 14.2.2020, 12:07
RE: Vlastní EPG - WebGrab+Plus - od Client - 14.2.2020, 12:35
RE: Vlastní EPG - WebGrab+Plus - od Client - 29.2.2020, 13:18
RE: Vlastní EPG - WebGrab+Plus - od Client - 06.3.2020, 19:19
RE: Vlastní EPG - WebGrab+Plus - od Client - 06.3.2020, 21:04
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 18.3.2020, 12:36
RE: Vlastní EPG - WebGrab+Plus - od Client - 18.3.2020, 12:48
RE: Vlastní EPG - WebGrab+Plus - od Client - 18.3.2020, 13:17
RE: Vlastní EPG - WebGrab+Plus - od Client - 19.3.2020, 13:58
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 23.3.2020, 17:36
RE: Vlastní EPG - WebGrab+Plus - od Client - 25.3.2020, 12:37
RE: Vlastní EPG - WebGrab+Plus - od Client - 28.3.2020, 20:10
Vlastní EPG - WebGrab+Plus - od ptd2000cz - 28.3.2020, 19:43
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 30.3.2020, 18:16
Vlastní EPG - WebGrab+Plus - od beitlj - 31.3.2020, 19:17
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 31.3.2020, 20:41
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 31.3.2020, 21:25
RE: Vlastní EPG - WebGrab+Plus - od Client - 31.3.2020, 22:33
RE: Vlastní EPG - WebGrab+Plus - od Client - 01.4.2020, 10:58
RE: Vlastní EPG - WebGrab+Plus - od Client - 01.4.2020, 11:07
RE: Vlastní EPG - WebGrab+Plus - od Client - 01.4.2020, 11:45
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 02.4.2020, 12:34
RE: Vlastní EPG - WebGrab+Plus - od Client - 02.4.2020, 13:17
RE: Vlastní EPG - WebGrab+Plus - od Client - 04.4.2020, 11:18
RE: Vlastní EPG - WebGrab+Plus - od Client - 04.4.2020, 18:49
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 04.4.2020, 18:31
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 04.4.2020, 20:25
RE: Vlastní EPG - WebGrab+Plus - od Client - 05.4.2020, 10:09
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 09.4.2020, 23:36
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 10.4.2020, 11:35
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 10.4.2020, 22:27
Vlastní EPG - WebGrab+Plus - od ptd2000cz - 10.4.2020, 22:30
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 10.4.2020, 22:34
RE: Vlastní EPG - WebGrab+Plus - od Client - 14.4.2020, 17:19
RE: Vlastní EPG - WebGrab+Plus - od ac3 - 14.4.2020, 22:50
Vlastní EPG - WebGrab+Plus - od beitlj - 14.4.2020, 19:45
Vlastní EPG - WebGrab+Plus - od beitlj - 14.4.2020, 21:00
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 06.6.2020, 18:31
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 07.6.2020, 16:31
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 07.6.2020, 16:46
RE: Vlastní EPG - WebGrab+Plus - od mafian - 12.6.2020, 10:44
RE: Vlastní EPG - WebGrab+Plus - od mafian - 12.6.2020, 17:23
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 21.7.2020, 16:00
RE: Vlastní EPG - WebGrab+Plus - od RenEdi - 01.12.2020, 11:46
Vlastní EPG - WebGrab+Plus - od beitlj - 01.12.2020, 14:55
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 05.4.2021, 11:47
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 29.4.2021, 18:16
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 30.4.2021, 6:34
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 30.4.2021, 13:42
RE: Vlastní EPG - WebGrab+Plus - od ac3 - 14.6.2021, 17:56
RE: Vlastní EPG - WebGrab+Plus - od Bajtik - 28.7.2021, 10:10
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 28.7.2021, 10:33
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 28.7.2021, 10:33
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 01.8.2021, 13:49
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 01.9.2021, 11:15
RE: Vlastní EPG - WebGrab+Plus - od jouda1 - 01.9.2021, 12:55
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 01.9.2021, 13:55
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 27.9.2021, 13:48
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 27.9.2021, 14:31
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 27.9.2021, 14:41
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 27.9.2021, 15:07
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 27.9.2021, 15:19
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 27.9.2021, 15:55
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 28.9.2021, 17:35
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 28.9.2021, 18:57
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 28.9.2021, 20:36
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 28.9.2021, 21:42
Vlastní EPG - WebGrab+Plus - od ptd2000cz - 29.9.2021, 14:56
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 29.9.2021, 15:50
RE: Vlastní EPG - WebGrab+Plus - od otava5 - 21.2.2022, 16:48
RE: Vlastní EPG - WebGrab+Plus - od macc - 30.4.2022, 17:56
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 30.4.2022, 18:36
RE: Vlastní EPG - WebGrab+Plus - od macc - 01.5.2022, 0:09
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 01.5.2022, 6:03
RE: Vlastní EPG - WebGrab+Plus - od macc - 01.5.2022, 9:50
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 01.5.2022, 11:37
RE: Vlastní EPG - WebGrab+Plus - od macc - 01.5.2022, 11:49
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 01.5.2022, 12:34
RE: Vlastní EPG - WebGrab+Plus - od macc - 02.5.2022, 11:54
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 02.5.2022, 12:16
RE: Vlastní EPG - WebGrab+Plus - od macc - 03.5.2022, 11:46
RE: Vlastní EPG - WebGrab+Plus - od macc - 03.5.2022, 14:47
RE: Vlastní EPG - WebGrab+Plus - od JiRo - 03.5.2022, 15:53
RE: WebGrab+Plus - od JiRo - 22.7.2022, 10:46
RE: WebGrab+Plus - od xbmckodi - 26.7.2022, 20:05
RE: WebGrab+Plus - od JiRo - 27.7.2022, 10:48
RE: WebGrab+Plus - od xbmckodi - 31.7.2022, 8:15
RE: WebGrab+Plus - od JiRo - 31.7.2022, 10:53
RE: WebGrab+Plus - od xbmckodi - 31.7.2022, 14:33
RE: WebGrab+Plus - od JiRo - 01.8.2022, 4:32
RE: WebGrab+Plus - od JiRo - 01.8.2022, 6:56
RE: WebGrab+Plus - od xbmckodi - 02.8.2022, 21:11
RE: WebGrab+Plus - od JiRo - 02.8.2022, 21:53
RE: WebGrab+Plus - od xbmckodi - 04.8.2022, 13:37
RE: WebGrab+Plus - od JiRo - 04.8.2022, 14:43
RE: WebGrab+Plus - od xbmckodi - 04.8.2022, 15:47
RE: WebGrab+Plus - od JiRo - 04.8.2022, 16:11
RE: WebGrab+Plus - od xbmckodi - 04.8.2022, 18:35
RE: WebGrab+Plus - od 100karel - 02.2.2023, 21:36
RE: WebGrab+Plus - od Saxel - 16.12.2023, 14:44
RE: WebGrab+Plus - od JiRo - 16.12.2023, 17:04
RE: WebGrab+Plus - od Saxel - 17.12.2023, 12:16
RE: WebGrab+Plus - od JiRo - 18.4.2024, 12:32
RE: WebGrab+Plus - od JiRo - 21.4.2024, 16:42

Přejít na fórum:


Prochází: 13 host(ů)