TMDB Movie Scraper not working
Entire file

Code:
<?xml version="1.0" encoding="UTF-8"?>
<scraper framework="1.1" date="2012-01-16">
    <CreateSearchUrl dest="3">
        <RegExp input="$$1" output="&lt;url&gt;http://api.tmdb.org/3/search/movie?api_key=57983e31fb435df4df77afb854740ea9&amp;amp;query=\1&amp;amp;year=$$4&amp;amp;language=$INFO[language]&lt;/url&gt;" dest="3">
            <RegExp input="$$2" output="\1" dest="4">
                <expression clear="yes">(.+)</expression>
            </RegExp>
            <expression noclean="1" />
        </RegExp>
    </CreateSearchUrl>
    <NfoUrl dest="3">
        <RegExp input="$$1" output="&lt;details&gt;&lt;url&gt;http://api.tmdb.org/3/movie/\2?api_key=57983e31fb435df4df77afb854740ea9&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;\2&lt;/id&gt;&lt;/details&gt;" dest="3">
            <expression clear="yes" noclean="1">(themoviedb.org/movie/)([0-9]*)</expression>
        </RegExp>
        <RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;http://api.tmdb.org/3/movie/tt\1?api_key=57983e31fb435df4df77afb854740ea9&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;&lt;/details&gt;" dest="3">
            <expression>imdb....?/title/tt([0-9]+)</expression>
        </RegExp>
        <RegExp input="$$1" output="&lt;details&gt;&lt;url cache=&quot;tmdb-$INFO[language]-tt\1.json&quot;&gt;http://api.tmdb.org/3/movie/tt\1?api_key=57983e31fb435df4df77afb854740ea9&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;id&gt;tt\1&lt;/id&gt;&lt;/details&gt;" dest="3">
            <expression>imdb....?/Title\?t{0,2}([0-9]+)</expression>
        </RegExp>
    </NfoUrl>
<GetSearchResults dest="8">
                <RegExp input="$$3" output="&lt;results&gt;\1&lt;/results&gt;" dest="8">
                        <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\4&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\1&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.tmdb.org/3/movie/\2?api_key=57983e31fb435df4df77afb854740ea9&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3">
                                <expression repeat="yes">&quot;overview&quot;:.*?,&quot;release_date&quot;:&quot;([0-9]+)-.*?,&quot;id&quot;:([0-9]*),&quot;original_title&quot;:&quot;([^&quot;]*)&quot;,&quot;original_language&quot;:&quot;[^&quot;]*&quot;,&quot;title&quot;:&quot;([^&quot;]*)</expression>
                        </RegExp>
                        <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\3&lt;/title&gt;&lt;id&gt;\2&lt;/id&gt;&lt;year&gt;\1&lt;/year&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.tmdb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
                                <expression repeat="yes">&quot;overview&quot;:.*?,&quot;release_date&quot;:&quot;([0-9]+)-,&quot;id&quot;:([0-9]*),&quot;original_title&quot;:&quot;([^&quot;]*)&quot;,&quot;original_language&quot;:&quot;[^&quot;]*&quot;</expression>
                        </RegExp>
                        <RegExp input="$$1" output="&lt;entity&gt;&lt;title&gt;\2&lt;/title&gt;&lt;id&gt;\1&lt;/id&gt;&lt;url cache=&quot;tmdb-$INFO[language]-\1.json&quot;&gt;http://api.tmdb.org/3/movie/\1?api_key=57983e31fb435df4df77afb854740ea9&amp;amp;language=$INFO[language]&lt;/url&gt;&lt;/entity&gt;" dest="3+">
                                <expression repeat="yes">&quot;overview&quot;:.*?,&quot;release_date&quot;:null,&quot;id&quot;:([0-9]*),&quot;original_title&quot;:&quot;([^&quot;]*)&quot;,&quot;original_language&quot;:&quot;[^&quot;]*&quot;</expression>
                        </RegExp>
                        <expression noclean="1" />
                </RegExp>
        </GetSearchResults>
    <GetDetails dest="3">
        <RegExp input="$$5" output="&lt;details&gt;\1&lt;/details&gt;" dest="3">
            <RegExp input="$$1" output="&lt;id&gt;\1&lt;/id&gt;" dest="5">
                <expression noclean="1">&quot;id&quot;:([0-9]*),&quot;imdb</expression>
            </RegExp>
            <RegExp input="$$1" output="&lt;id&gt;\1&lt;/id&gt;" dest="5+">
                <expression clear="yes" noclean="1">&quot;id&quot;:[0-9]*,&quot;imdb_id&quot;:&quot;([^&quot;]*)</expression>
            </RegExp>
            <RegExp input="$$1" output="\1" dest="9">
                <expression fixchars="1">&quot;original_title&quot;:&quot;([^&quot;]*)</expression>
            </RegExp>
            <RegExp conditional="keeporiginaltitle" input="$$9" output="&lt;title&gt;\1&lt;/title&gt;" dest="5+">
                <expression/>
            </RegExp>
            <RegExp conditional="!keeporiginaltitle" input="$$2" output="&lt;chain function=&quot;GetTMDBTitleByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$9" output="&lt;originaltitle&gt;\1&lt;/originaltitle&gt;" dest="5+">
                <expression/>
            </RegExp>
            <RegExp input="$$1" output="&lt;year&gt;\1&lt;/year&gt;" dest="5+">
                <expression noclean="1">&quot;release_date&quot;:&quot;([0-9]+)-</expression>
            </RegExp>
            <RegExp input="$$1" output="\1" dest="10">
                <expression clear="yes" noclean="1">&quot;runtime&quot;:([0-9]+)</expression>
            </RegExp>
            <RegExp input="$$10" output="&lt;url function=&quot;ParseFallbackTMDBRuntime&quot; cache=&quot;tmdb-en-$$2.json&quot;&gt;http://api.tmdb.org/3/movie/$$2?api_key=57983e31fb435df4df77afb854740ea9&amp;amp;language=en&lt;/url&gt;" dest="5+">
                <expression>^$</expression>
            </RegExp>
            <RegExp input="$$10" output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="5+">
                <expression>(.+)</expression>
            </RegExp>
            <RegExp input="$INFO[RatingS]" output="&lt;chain function=&quot;GetIMDBRatingById&quot;&gt;$$6&lt;/chain&gt;" dest="5+">
                <RegExp input="$$1" output="\1" dest="6">
                    <expression noclean="1">&quot;id&quot;:[0-9]*,&quot;imdb_id&quot;:&quot;([^&quot;]*)</expression>
                </RegExp>
                <expression>IMDb</expression>
            </RegExp>
            <RegExp input="$INFO[RatingS]" output="&lt;chain function=&quot;GetTMDBRatingByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression>TMDb</expression>
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBStudioByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBCountryByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBDirectorsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBWitersByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBCertificationsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBSetByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBPlotByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBTaglineByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBCastByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBGenresByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp input="$$2" output="&lt;chain function=&quot;GetTMDBThumbsByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp conditional="fanart" input="$$2" output="&lt;chain function=&quot;GetTMDBFanartByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <RegExp conditional="trailer" input="$$2" output="&lt;chain function=&quot;GetTMDBTrailerByIdChain&quot;&gt;$$2&lt;/chain&gt;" dest="5+">
                <expression />
            </RegExp>
            <expression noclean="1" />
        </RegExp>
    </GetDetails>
    <ParseFallbackTMDBRuntime dest="5">
        <RegExp input="$$2" output="&lt;details&gt;\1&lt;/details&gt;" dest="5">
            <RegExp input="$$1" output="&lt;runtime&gt;\1&lt;/runtime&gt;" dest="2">
                <expression noclean="1">&quot;runtime&quot;:([0-9]+)</expression>
            </RegExp>
            <expression noclean="1" />
        </RegExp>
    </ParseFallbackTMDBRuntime>
</scraper>
Reply


Messages In This Thread
TMDB Movie Scraper not working - by Unno - 2015-05-28, 22:49
RE: TMDB Movie Scraper not working - by Unno - 2015-05-29, 00:52
RE: TMDB Movie Scraper not working - by nickr - 2015-05-29, 02:10
RE: TMDB Movie Scraper not working - by burr - 2015-05-29, 11:01
RE: TMDB Movie Scraper not working - by nickr - 2015-05-29, 10:05
RE: TMDB Movie Scraper not working - by burr - 2015-05-29, 10:13
RE: TMDB Movie Scraper not working - by burr - 2015-05-29, 10:09
RE: TMDB Movie Scraper not working - by nickr - 2015-05-30, 06:15
RE: TMDB Movie Scraper not working - by dags - 2015-05-30, 17:09
RE: TMDB Movie Scraper not working - by dags - 2015-05-30, 18:20
RE: TMDB Movie Scraper not working - by dags - 2015-05-30, 19:03
RE: TMDB Movie Scraper not working - by arzaz - 2015-05-31, 20:37
RE: TMDB Movie Scraper not working - by arzaz - 2015-06-01, 23:17
RE: TMDB Movie Scraper not working - by arzaz - 2015-06-06, 19:17
RE: TMDB Movie Scraper not working - by Renns - 2015-06-06, 19:40
RE: TMDB Movie Scraper not working - by Renns - 2015-06-06, 19:58
RE: TMDB Movie Scraper not working - by arzaz - 2015-06-06, 21:55
RE: TMDB Movie Scraper not working - by arzaz - 2015-06-06, 23:53
RE: TMDB Movie Scraper not working - by Razze - 2015-07-01, 14:41
RE: TMDB Movie Scraper not working - by nickr - 2015-07-02, 01:02
RE: TMDB Movie Scraper not working - by TRaSH - 2015-07-11, 20:47
RE: TMDB Movie Scraper not working - by TRaSH - 2015-07-12, 19:10
RE: TMDB Movie Scraper not working - by TRaSH - 2015-07-12, 21:38
RE: TMDB Movie Scraper not working - by DAlba - 2015-11-12, 18:58
RE: TMDB Movie Scraper not working - by D-m-x - 2015-11-12, 19:08
RE: TMDB Movie Scraper not working - by nickr - 2015-11-13, 01:51
RE: TMDB Movie Scraper not working - by ronie - 2015-11-13, 01:58
RE: TMDB Movie Scraper not working - by DAlba - 2015-11-13, 03:25
RE: TMDB Movie Scraper not working - by nickr - 2015-11-13, 02:30
RE: TMDB Movie Scraper not working - by shiggity - 2015-11-13, 04:02
RE: TMDB Movie Scraper not working - by ronie - 2015-11-13, 11:08
RE: TMDB Movie Scraper not working - by DAlba - 2015-11-13, 05:38
RE: TMDB Movie Scraper not working - by DAlba - 2015-11-13, 05:45
RE: TMDB Movie Scraper not working - by DAlba - 2015-11-13, 06:34
RE: TMDB Movie Scraper not working - by DAlba - 2015-11-13, 17:34
RE: TMDB Movie Scraper not working - by tymmy - 2015-11-13, 18:28
RE: TMDB Movie Scraper not working - by D-m-x - 2015-11-13, 22:58
RE: TMDB Movie Scraper not working - by maaim - 2015-11-13, 23:35
RE: TMDB Movie Scraper not working - by jocus - 2015-11-14, 12:44
RE: TMDB Movie Scraper not working - by DAlba - 2015-11-14, 19:16
RE: TMDB Movie Scraper not working - by nickr - 2015-11-14, 23:24
RE: TMDB Movie Scraper not working - by nickr - 2015-11-15, 06:56
RE: TMDB Movie Scraper not working - by Razze - 2015-11-23, 12:14
RE: TMDB Movie Scraper not working - by nickr - 2015-11-25, 00:00
RE: TMDB Movie Scraper not working - by nickr - 2015-11-26, 20:55
RE: TMDB Movie Scraper not working - by nickr - 2015-11-27, 11:37
RE: TMDB Movie Scraper not working - by nickr - 2015-12-08, 20:55
RE: TMDB Movie Scraper not working - by nickr - 2015-12-08, 21:11
RE: TMDB Movie Scraper not working - by nickr - 2015-12-09, 09:29
RE: TMDB Movie Scraper not working - by nickr - 2015-12-10, 08:08
RE: TMDB Movie Scraper not working - by vc4u - 2015-12-28, 17:27
RE: TMDB Movie Scraper not working - by nickr - 2015-12-29, 05:22
RE: TMDB Movie Scraper not working - by vc4u - 2015-12-29, 15:15
RE: TMDB Movie Scraper not working - by nickr - 2016-01-13, 10:32
RE: TMDB Movie Scraper not working - by arzaz - 2016-03-23, 14:08
RE: TMDB Movie Scraper not working - by Chump - 2017-02-04, 14:55
RE: TMDB Movie Scraper not working - by AdeAV - 2016-04-21, 11:13
Logout Mark Read Team Forum Stats Members Help
TMDB Movie Scraper not working5