Release TheMovieDB - TV Show scraper (XML)
#85
Hello I am a kodi user from Greece. So I try to download the episode plots in greek if possible. If the site has a plot in greek then the scraper downolads the correct plot for this episode. If there is no greek plot for that particular episode then the GetEpisodeDetails functions swaps the episode no and the season no. So instead of downloading for example the episode 6 of season 1 it downloads the episode 1 of season 6. I messed around a bit with your code and found that you must change the line 208 of your code from:
xml:
<RegExp input="$INFO[language]" output="&lt;url function=&quot;ParseFallbackTMDBPlot&quot; cache=&quot;tmdb-$$6-en-episode-s$$10e$$11.json&quot;&gt;http://api.themoviedb.org/3/tv/$$6/season/$$11/episode/$$10?api_key=key&amp;amp;language=en&lt;/url&gt;" dest="8">
to:
xml:
<RegExp input="$INFO[language]" output="&lt;url function=&quot;ParseFallbackTMDBPlot&quot; cache=&quot;tmdb-$$6-en-episode-s$$10e$$11.json&quot;&gt;http://api.themoviedb.org/3/tv/$$6/season/$$10/episode/$$11?api_key=key;amp;language=en&lt;/url&gt;" dest="8">

I also include the log output that GetEpisodeDetails returns

scraper: GetEpisodeDetails returned
<details>
    <title>Episode 6</title>
    <season>1</season>
    <episode>6</episode>
    <aired>2009-04-13</aired>
    <uniqueid type="tmdb" default="true">64814</uniqueid>
    <ratings>
        <rating name="tmdb" default="true">
            <value>5.0,</value>
            <votes>1</votes>
        </rating>
    </ratings>
    <url function="ParseFallbackTMDBPlot" cache="tmdb-1419-en-episode-s1e6.json">http://api.themoviedb.org/3/tv/1419/season/6/episode/1?api_key=key&amp;language=en</url>
    <chain function="GetCast">1419|1|6</chain>
    <chain function="GetEpisodeArt">1419|1|6</chain>
</details>


I don't know if this works in all cases, but for now it works for me. Please try to solve the problem because in the next upgrade my shows will show garbage again.

Thank you
Reply


Messages In This Thread
a Movie Collection name bug - by winstar - 2018-01-15, 08:03
RE: themoviedb.org TV scraper - by tdf1970 - 2018-01-25, 14:25
RE: themoviedb.org TV scraper - by olympia - 2018-01-25, 16:37
RE: themoviedb.org TV scraper - by tdf1970 - 2018-01-25, 22:05
RE: themoviedb.org TV scraper - by olympia - 2018-01-25, 22:28
RE: themoviedb.org TV scraper - by tdf1970 - 2018-01-26, 15:17
RE: themoviedb.org TV scraper - by tdf1970 - 2018-02-24, 02:15
RE: themoviedb.org TV scraper - by Karellen - 2018-02-24, 02:25
RE: themoviedb.org TV scraper - by Karellen - 2018-02-24, 02:30
RE: themoviedb.org TV scraper - by tdf1970 - 2018-02-24, 11:36
RE: themoviedb.org TV scraper - by Martijn - 2018-02-24, 11:44
RE: themoviedb.org TV scraper - by tdf1970 - 2018-02-24, 12:39
RE: themoviedb.org TV scraper - by Karellen - 2018-03-08, 23:45
RE: themoviedb.org TV scraper - by olympia - 2018-03-09, 13:00
RE: themoviedb.org TV scraper - by Karellen - 2018-03-09, 01:35
RE: themoviedb.org TV scraper - by lathie - 2018-03-09, 02:03
RE: themoviedb.org TV scraper - by Karellen - 2018-03-09, 02:12
RE: themoviedb.org TV scraper - by Karellen - 2018-03-09, 04:53
RE: themoviedb.org TV scraper - by olympia - 2018-03-09, 18:36
RE: themoviedb.org TV scraper - by nickr - 2018-03-09, 22:34
RE: themoviedb.org TV scraper - by Karellen - 2018-03-09, 22:53
themoviedb.org TV scraper - by Martijn - 2018-03-11, 21:20
RE: themoviedb.org TV scraper - by Or0ph3r - 2018-07-18, 23:46
RE: themoviedb.org TV scraper - by Karellen - 2018-07-19, 01:52
RE: themoviedb.org TV scraper - by olympia - 2018-07-21, 15:15
RE: themoviedb.org TV scraper - by roidy - 2018-07-21, 18:47
RE: themoviedb.org TV scraper - by olympia - 2018-07-21, 19:19
RE: themoviedb.org TV scraper - by roidy - 2018-07-21, 19:23
RE: themoviedb.org TV scraper - by wcanyon - 2018-07-23, 01:53
RE: themoviedb.org TV scraper - by docwra - 2018-07-24, 21:55
RE: themoviedb.org TV scraper - by Karellen - 2018-07-24, 21:58
themoviedb.org TV scraper - by olympia - 2018-07-24, 22:25
RE: themoviedb.org TV scraper - by axlt2002 - 2018-08-29, 11:20
RE: themoviedb.org TV scraper - by docwra - 2018-08-29, 13:16
RE: themoviedb.org TV scraper - by axlt2002 - 2018-08-29, 13:24
RE: themoviedb.org TV scraper - by olympia - 2018-08-29, 16:09
RE: themoviedb.org TV scraper - by axlt2002 - 2018-08-29, 16:26
RE: themoviedb.org TV scraper - by olympia - 2018-08-29, 17:36
RE: themoviedb.org TV scraper - by abelthorne - 2018-09-07, 11:19
RE: themoviedb.org TV scraper - by Karellen - 2018-09-07, 12:18
RE: themoviedb.org TV scraper - by abelthorne - 2018-09-07, 12:34
RE: themoviedb.org TV scraper - by olympia - 2018-09-07, 12:35
RE: themoviedb.org TV scraper - by abelthorne - 2018-09-07, 12:55
RE: themoviedb.org TV scraper - by olympia - 2018-09-07, 13:05
RE: themoviedb.org TV scraper - by abelthorne - 2018-09-07, 13:11
RE: themoviedb.org TV scraper - by Karellen - 2018-09-07, 13:16
RE: themoviedb.org TV scraper - by abelthorne - 2018-09-07, 13:20
RE: themoviedb.org TV scraper - by olympia - 2018-09-07, 14:18
RE: themoviedb.org TV scraper - by abelthorne - 2018-09-07, 14:24
RE: themoviedb.org TV scraper - by Abbaskip - 2018-09-18, 07:00
RE: themoviedb.org TV scraper - by Karellen - 2018-09-18, 07:08
RE: themoviedb.org TV scraper - by ogreye77 - 2018-11-09, 09:46
RE: themoviedb.org TV scraper - by Karellen - 2018-11-09, 10:08
RE: themoviedb.org TV scraper - by ogreye77 - 2018-11-10, 02:58
RE: themoviedb.org TV scraper - by Karellen - 2018-11-10, 03:15
RE: themoviedb.org TV scraper - by ogreye77 - 2018-11-10, 14:39
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-17, 02:37
RE: themoviedb.org TV scraper - by Karellen - 2018-11-17, 03:08
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-17, 11:51
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-17, 19:09
RE: themoviedb.org TV scraper - by Karellen - 2018-11-17, 20:13
RE: themoviedb.org TV scraper - by Martijn - 2018-11-17, 20:16
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-18, 00:14
RE: themoviedb.org TV scraper - by Karellen - 2018-11-18, 03:30
RE: themoviedb.org TV scraper - by Hitcher - 2018-11-18, 09:36
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-18, 13:19
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-18, 22:37
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-19, 18:53
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-20, 09:22
RE: themoviedb.org TV scraper - by olympia - 2018-11-20, 11:59
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-20, 12:16
RE: themoviedb.org TV scraper - by olympia - 2018-11-20, 12:50
RE: themoviedb.org TV scraper - by Martijn - 2018-11-20, 14:20
themoviedb.org TV scraper - by olympia - 2018-11-20, 14:27
RE: themoviedb.org TV scraper - by docwra - 2018-11-20, 17:37
RE: themoviedb.org TV scraper - by docwra - 2018-11-20, 17:47
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 11:23
RE: themoviedb.org TV scraper - by olympia - 2018-11-21, 11:35
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 12:56
RE: themoviedb.org TV scraper - by olympia - 2018-11-21, 13:07
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 13:22
RE: themoviedb.org TV scraper - by docwra - 2018-11-21, 13:34
RE: themoviedb.org TV scraper - by olympia - 2018-11-21, 13:47
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 13:52
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 13:47
RE: themoviedb.org TV scraper - by olympia - 2018-11-21, 13:56
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 17:21
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 14:14
RE: themoviedb.org TV scraper - by docwra - 2018-11-21, 14:51
RE: themoviedb.org TV scraper - by DaveBlake - 2018-11-21, 18:45
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 15:15
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-21, 16:05
RE: themoviedb.org TV scraper - by scudlee - 2018-11-21, 18:19
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-22, 09:48
RE: themoviedb.org TV scraper - by docwra - 2018-11-21, 21:59
RE: themoviedb.org TV scraper - by scudlee - 2018-11-22, 00:27
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-22, 10:31
RE: themoviedb.org TV scraper - by docwra - 2018-11-22, 10:40
RE: themoviedb.org TV scraper - by scudlee - 2018-11-22, 10:46
RE: themoviedb.org TV scraper - by docwra - 2018-11-22, 10:48
RE: themoviedb.org TV scraper - by scudlee - 2018-11-22, 11:12
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-22, 11:06
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-22, 11:40
RE: themoviedb.org TV scraper - by scudlee - 2018-11-22, 11:40
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-22, 11:43
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-22, 15:27
RE: themoviedb.org TV scraper - by virtual__ - 2019-06-24, 21:28
RE: themoviedb.org TV scraper - by scudlee - 2018-11-22, 11:52
RE: themoviedb.org TV scraper - by olympia - 2018-11-22, 11:55
RE: themoviedb.org TV scraper - by scudlee - 2018-11-22, 12:14
RE: themoviedb.org TV scraper - by Karellen - 2018-11-24, 00:39
RE: themoviedb.org TV scraper - by scudlee - 2018-11-24, 01:08
RE: themoviedb.org TV scraper - by Karellen - 2018-11-24, 01:31
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-24, 23:03
RE: themoviedb.org TV scraper - by docwra - 2018-11-25, 13:44
RE: themoviedb.org TV scraper - by scudlee - 2018-11-25, 15:29
RE: themoviedb.org TV scraper - by axlt2002 - 2018-11-25, 22:25
RE: themoviedb.org TV scraper - by scudlee - 2018-11-25, 22:49
RE: themoviedb.org TV scraper - by axlt2002 - 2018-12-03, 15:06
RE: themoviedb.org TV scraper - by axlt2002 - 2018-12-10, 10:08
RE: themoviedb.org TV scraper - by Karellen - 2018-11-26, 03:43
RE: themoviedb.org TV scraper - by scudlee - 2018-11-26, 14:21
RE: themoviedb.org TV scraper - by Karellen - 2018-11-27, 00:20
RE: themoviedb.org TV scraper - by agarg - 2018-11-28, 20:28
RE: themoviedb.org TV scraper - by Karellen - 2018-11-28, 20:32
RE: themoviedb.org TV scraper - by agarg - 2018-11-28, 20:44
RE: themoviedb.org TV scraper - by roidy - 2018-12-05, 18:28
RE: themoviedb.org TV scraper - by roidy - 2018-12-06, 19:37
RE: themoviedb.org TV scraper - by scudlee - 2018-12-06, 20:39
RE: themoviedb.org TV scraper - by roidy - 2018-12-06, 21:25
RE: themoviedb.org TV scraper - by roidy - 2018-12-06, 21:38
RE: themoviedb.org TV scraper - by scudlee - 2018-12-06, 22:24
RE: themoviedb.org TV scraper - by roidy - 2018-12-07, 19:07
RE: themoviedb.org TV scraper - by scudlee - 2018-12-10, 13:18
RE: themoviedb.org TV scraper - by Karellen - 2018-12-10, 21:08
RE: themoviedb.org TV scraper - by scudlee - 2018-12-10, 21:30
RE: themoviedb.org TV scraper - by Karellen - 2018-12-10, 21:32
RE: TheMovieDB TV Show scraper - by Tolot - 2019-02-11, 16:25
RE: TheMovieDB TV Show scraper - by Tolot - 2019-02-11, 20:15
RE: TheMovieDB TV Show scraper - by Tolot - 2019-02-11, 23:32
RE: TheMovieDB TV Show scraper - by Floydian - 2019-02-14, 19:22
RE: TheMovieDB TV Show scraper - by docwra - 2019-02-15, 10:47
RE: TheMovieDB TV Show scraper - by Karellen - 2019-02-15, 12:22
RE: TheMovieDB TV Show scraper - by olympia - 2019-02-16, 13:47
RE: TheMovieDB TV Show scraper - by hpnas - 2019-02-26, 03:52
RE: TheMovieDB TV Show scraper - by Karellen - 2019-02-26, 04:11
RE: TheMovieDB TV Show scraper - by hpnas - 2019-02-26, 20:45
RE: TheMovieDB TV Show scraper - by olympia - 2019-03-02, 17:02
RE: TheMovieDB TV Show scraper - by Karellen - 2019-03-04, 02:35
RE: TheMovieDB TV Show scraper - by Hitcher - 2019-03-07, 23:44
RE: TheMovieDB TV Show scraper - by Karellen - 2019-03-07, 23:50
RE: TheMovieDB TV Show scraper - by Karellen - 2019-03-13, 10:38
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-11-17, 20:28
RE: TheMovieDB TV Show scraper - by R91g - 2019-03-22, 18:18
RE: TheMovieDB TV Show scraper - by roidy - 2019-04-26, 12:24
RE: TheMovieDB TV Show scraper - by Karellen - 2019-04-26, 12:44
RE: TheMovieDB TV Show scraper - by roidy - 2019-04-26, 13:34
RE: TheMovieDB TV Show scraper - by abejo - 2019-05-17, 06:07
RE: TheMovieDB TV Show scraper - by ashlar - 2019-06-12, 16:59
RE: TheMovieDB TV Show scraper - by jjd-uk - 2019-06-12, 18:19
RE: TheMovieDB TV Show scraper - by schapplm - 2019-08-25, 10:27
RE: TheMovieDB TV Show scraper - by Karellen - 2019-06-12, 22:21
RE: TheMovieDB TV Show scraper - by ashlar - 2019-06-14, 12:30
RE: TheMovieDB TV Show scraper - by Karellen - 2019-06-14, 12:39
RE: TheMovieDB TV Show scraper - by ponkotsu - 2019-08-01, 17:04
RE: TheMovieDB TV Show scraper - by jjd-uk - 2019-06-14, 13:56
RE: TheMovieDB TV Show scraper - by ashlar - 2019-06-15, 19:46
RE: TheMovieDB TV Show scraper - by urobee - 2019-07-05, 00:47
RE: TheMovieDB TV Show scraper - by Karellen - 2019-07-05, 00:53
RE: TheMovieDB TV Show scraper - by urobee - 2019-07-12, 16:13
RE: TheMovieDB TV Show scraper - by Karellen - 2019-07-24, 07:53
RE: TheMovieDB TV Show scraper - by Karellen - 2019-07-24, 22:27
RE: TheMovieDB TV Show scraper - by Karellen - 2019-07-24, 22:53
RE: TheMovieDB TV Show scraper - by Hitcher - 2019-07-25, 07:25
RE: TheMovieDB TV Show scraper - by Karellen - 2019-07-25, 00:52
RE: TheMovieDB TV Show scraper - by Karellen - 2019-07-25, 07:36
RE: TheMovieDB TV Show scraper - by jonzen - 2019-08-03, 02:44
RE: TheMovieDB TV Show scraper - by IT007 - 2019-08-03, 06:35
RE: TheMovieDB TV Show scraper - by Karellen - 2019-08-03, 06:45
RE: TheMovieDB TV Show scraper - by Klojum - 2019-08-03, 07:34
RE: TheMovieDB TV Show scraper - by ashlar - 2019-08-25, 10:57
RE: TheMovieDB TV Show scraper - by Hitcher - 2019-08-25, 11:49
RE: TheMovieDB TV Show scraper - by ashlar - 2019-08-25, 11:55
RE: TheMovieDB TV Show scraper - by olympia - 2019-08-25, 20:18
RE: TheMovieDB TV Show scraper - by arbetaren - 2019-09-12, 03:33
RE: TheMovieDB TV Show scraper - by Karellen - 2019-09-12, 04:33
RE: TheMovieDB TV Show scraper - by Karellen - 2019-09-13, 00:34
RE: TheMovieDB TV Show scraper - by monisriz - 2019-09-13, 10:16
RE: TheMovieDB TV Show scraper - by Karellen - 2019-09-13, 11:21
RE: TheMovieDB TV Show scraper - by tryfos79 - 2019-09-30, 21:37
RE: TheMovieDB TV Show scraper - by Karellen - 2019-09-30, 23:26
RE: TheMovieDB TV Show scraper - by tryfos79 - 2019-10-01, 09:51
RE: TheMovieDB TV Show scraper - by Karellen - 2019-10-01, 10:27
RE: TheMovieDB TV Show scraper - by QMPRP8 - 2019-10-14, 14:49
RE: TheMovieDB TV Show scraper - by Karellen - 2019-10-14, 19:32
RE: TheMovieDB TV Show scraper - by TimeZone - 2019-10-15, 10:02
RE: TheMovieDB TV Show scraper - by Karellen - 2019-10-15, 10:20
RE: TheMovieDB TV Show scraper - by TimeZone - 2019-10-15, 13:04
RE: TheMovieDB TV Show scraper - by TimeZone - 2019-10-18, 10:08
RE: TheMovieDB TV Show scraper - by Karellen - 2019-10-18, 10:27
RE: TheMovieDB TV Show scraper - by Arber - 2019-11-14, 19:02
RE: TheMovieDB TV Show scraper - by Karellen - 2019-11-14, 20:43
RE: TheMovieDB TV Show scraper - by Arber - 2019-11-14, 20:48
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-11-17, 20:34
RE: TheMovieDB TV Show scraper - by Karellen - 2019-11-17, 21:49
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-11-18, 11:18
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-11-18, 11:41
RE: TheMovieDB TV Show scraper - by Karellen - 2019-11-18, 12:01
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-11-18, 12:24
RE: TheMovieDB TV Show scraper - by Karellen - 2019-11-18, 12:20
RE: TheMovieDB TV Show scraper - by Karellen - 2019-11-18, 22:13
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-11-19, 00:49
RE: TheMovieDB TV Show scraper - by Karellen - 2019-11-19, 01:33
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-11-19, 02:46
RE: TheMovieDB TV Show scraper - by Karellen - 2019-11-19, 02:53
RE: TheMovieDB TV Show scraper - by olympia - 2019-12-10, 22:23
RE: TheMovieDB TV Show scraper - by Karellen - 2019-12-14, 02:11
RE: TheMovieDB TV Show scraper - by phase700b - 2019-12-14, 16:47
RE: TheMovieDB TV Show scraper - by Karellen - 2019-12-14, 19:50
RE: TheMovieDB TV Show scraper - by phase700b - 2019-12-14, 20:16
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-12-17, 06:09
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-12-17, 06:13
RE: TheMovieDB TV Show scraper - by Karellen - 2019-12-17, 06:26
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-12-17, 07:42
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-12-17, 08:07
RE: TheMovieDB TV Show scraper - by Karellen - 2019-12-17, 08:14
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-12-17, 08:32
RE: TheMovieDB TV Show scraper - by Karellen - 2019-12-17, 08:38
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-12-17, 08:47
RE: TheMovieDB TV Show scraper - by Karellen - 2019-12-17, 09:07
RE: TheMovieDB TV Show scraper - by Skeltom - 2019-12-17, 10:16
RE: TheMovieDB TV Show scraper - by athlonia - 2020-01-06, 20:28
RE: TheMovieDB TV Show scraper - by athlonia - 2020-01-12, 01:32
RE: TheMovieDB TV Show scraper - by Butta97 - 2020-01-08, 15:20
RE: TheMovieDB TV Show scraper - by witty - 2020-01-10, 08:29
RE: TheMovieDB TV Show scraper - by Karellen - 2020-01-12, 01:54
RE: TheMovieDB TV Show scraper - by athlonia - 2020-01-12, 02:52
RE: TheMovieDB TV Show scraper - by athlonia - 2020-01-12, 02:57
RE: TheMovieDB TV Show scraper - by Karellen - 2020-01-12, 03:11
RE: TheMovieDB TV Show scraper - by athlonia - 2020-01-12, 04:39
RE: TheMovieDB TV Show scraper - by teriyaki - 2020-01-12, 08:37
RE: TheMovieDB TV Show scraper - by Karellen - 2020-01-12, 08:43
RE: TheMovieDB TV Show scraper - by teriyaki - 2020-01-12, 09:27
RE: TheMovieDB TV Show scraper - by Karellen - 2020-01-12, 09:35
RE: TheMovieDB TV Show scraper - by Karellen - 2020-01-30, 07:36
RE: TheMovieDB TV Show scraper - by scudlee - 2020-01-30, 10:46
RE: TheMovieDB TV Show scraper - by bodozer - 2020-01-30, 21:11
RE: TheMovieDB TV Show scraper - by scudlee - 2020-01-30, 21:53
RE: TheMovieDB - TV Show scraper - by Kurn415 - 2020-02-24, 18:59
RE: TheMovieDB - TV Show scraper - by Konkka - 2020-03-20, 16:07
RE: TheMovieDB - TV Show scraper - by s3Pol87 - 2020-05-23, 15:48
RE: TheMovieDB - TV Show scraper - by s3Pol87 - 2020-05-23, 15:52
RE: TheMovieDB - TV Show scraper - by olympia - 2020-05-23, 16:22
RE: TheMovieDB - TV Show scraper - by beez276 - 2020-08-07, 16:08
RE: TheMovieDB - TV Show scraper - by Tobby - 2020-08-10, 20:52
RE: TheMovieDB - TV Show scraper - by AKjell - 2020-09-03, 13:02
RE: TheMovieDB - TV Show scraper - by AKjell - 2020-09-03, 19:09
RE: TheMovieDB - TV Show scraper - by pkscout - 2020-10-05, 20:59
RE: TheMovieDB - TV Show scraper - by ramis52 - 2020-10-06, 19:08
RE: TheMovieDB - TV Show scraper - by ramis52 - 2020-10-07, 14:24
RE: TheMovieDB - TV Show scraper - by pkscout - 2020-10-07, 23:52
RE: TheMovieDB - TV Show scraper - by ramis52 - 2020-10-08, 07:35
TheMovieDB - TV Show scraper - by olympia - 2020-10-24, 12:08
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-10, 20:35
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-11, 00:00
RE: TheMovieDB - TV Show scraper - by pkscout - 2020-11-11, 09:11
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-11, 09:41
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-15, 12:31
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-15, 21:08
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-15, 22:03
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-16, 00:50
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-16, 11:35
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-16, 00:46
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-16, 13:59
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-16, 12:22
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-16, 13:00
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-16, 14:01
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-16, 22:08
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-16, 22:13
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-16, 23:02
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-17, 14:57
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-16, 23:55
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-17, 00:31
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-17, 01:19
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-17, 01:29
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-17, 01:38
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-17, 01:45
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-17, 01:39
TheMovieDB - TV Show scraper - by olympia - 2020-11-17, 01:50
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-17, 01:59
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-17, 08:22
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-17, 08:22
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-17, 11:26
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-17, 12:49
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-17, 14:41
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-17, 20:05
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-18, 22:17
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-18, 18:45
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-19, 03:38
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-19, 03:16
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-20, 03:37
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-23, 00:53
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-19, 10:31
RE: TheMovieDB - TV Show scraper - by Julipo - 2020-11-19, 16:32
RE: TheMovieDB - TV Show scraper - by Julipo - 2020-11-19, 21:20
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-20, 13:01
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-23, 03:23
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-24, 22:22
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-25, 10:36
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-25, 11:32
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-25, 12:51
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-25, 13:25
RE: TheMovieDB - TV Show scraper - by olympia - 2020-11-25, 16:24
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-26, 17:02
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-26, 17:13
RE: TheMovieDB - TV Show scraper - by burekas - 2020-11-26, 16:58
RE: TheMovieDB - TV Show scraper - by Timmons - 2020-12-05, 15:25
RE: TheMovieDB - TV Show scraper - by burekas - 2020-12-15, 19:46
RE: TheMovieDB - TV Show scraper - by olympia - 2020-12-15, 23:41
RE: TheMovieDB - TV Show scraper - by burekas - 2020-12-16, 03:44
RE: TheMovieDB - TV Show scraper - by Hansign - 2020-12-16, 10:53
RE: TheMovieDB - TV Show scraper - by olympia - 2020-12-16, 10:54
RE: TheMovieDB - TV Show scraper - by Hansign - 2020-12-16, 11:14
RE: TheMovieDB - TV Show scraper - by burekas - 2020-12-16, 11:50
RE: TheMovieDB - TV Show scraper - by Hansign - 2020-12-16, 21:16
RE: TheMovieDB - TV Show scraper - by olympia - 2020-12-16, 22:35
RE: TheMovieDB - TV Show scraper - by burekas - 2020-12-17, 12:05
RE: TheMovieDB - TV Show scraper - by olympia - 2020-12-17, 12:28
RE: TheMovieDB - TV Show scraper - by burekas - 2020-12-17, 12:53
RE: TheMovieDB - TV Show scraper - by olympia - 2020-12-17, 13:03
RE: TheMovieDB - TV Show scraper - by burekas - 2020-12-17, 14:00
RE: TheMovieDB - TV Show scraper - by olympia - 2020-12-17, 14:19
RE: TheMovieDB - TV Show scraper - by burekas - 2020-12-24, 11:11
RE: TheMovieDB - TV Show scraper - by Hansign - 2020-12-19, 19:52
RE: TheMovieDB - TV Show scraper - by Majin01 - 2021-02-02, 04:08
RE: TheMovieDB - TV Show scraper - by denix - 2021-01-05, 20:11
RE: TheMovieDB - TV Show scraper - by Wegel - 2021-01-14, 01:32
RE: TheMovieDB - TV Show scraper - by edjalmo - 2021-02-03, 18:36
RE: TheMovieDB - TV Show scraper - by burekas - 2021-02-27, 13:48
RE: TheMovieDB - TV Show scraper - by Kurn415 - 2021-03-02, 14:06
RE: TheMovieDB - TV Show scraper - by edjalmo - 2021-02-04, 02:27
RE: TheMovieDB - TV Show scraper - by twolaw - 2021-03-22, 21:51
RE: TheMovieDB - TV Show scraper - by Klojum - 2021-05-11, 18:08
RE: TheMovieDB - TV Show scraper - by M_zidan - 2021-07-06, 00:12
RE: TheMovieDB - TV Show scraper - by Hansign - 2021-07-12, 22:35
RE: TheMovieDB - TV Show scraper - by augur - 2021-07-23, 06:38
RE: TheMovieDB - TV Show scraper - by adsi - 2021-07-24, 04:25
RE: TheMovieDB - TV Show scraper - by adsi - 2021-07-24, 18:37
RE: TheMovieDB - TV Show scraper - by adsi - 2021-07-25, 04:42
RE: TheMovieDB - TV Show scraper - by adsi - 2021-07-25, 05:09
RE: TheMovieDB - TV Show scraper - by adsi - 2021-07-25, 06:31
RE: TheMovieDB - TV Show scraper - by Klojum - 2021-08-04, 12:50
RE: TheMovieDB - TV Show scraper - by ashlar - 2022-01-06, 16:53
RE: TheMovieDB - TV Show scraper - by ashlar - 2022-01-06, 22:58
RE: TheMovieDB - TV Show scraper - by olympia - 2022-01-19, 12:26
RE: TheMovieDB - TV Show scraper - by olympia - 2022-01-20, 09:01
Logout Mark Read Team Forum Stats Members Help
TheMovieDB - TV Show scraper (XML)2