Changeset 44079 for titan/plugins


Ignore:
Timestamp:
10/03/19 01:25:18 (4 years ago)
Author:
obi
Message:

add No results found for

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/imdb/imdb.h

    r44078 r44079  
    7676        if(tmpstr != NULL)
    7777        {
    78                 if(ostrstr(tmpstr, "<b>Keine Treffer.</b>") != NULL)
    79                 {
    80                         debug(133, "<b>Keine Treffer.</b>");
     78                if(ostrstr(tmpstr, "No results found for") != NULL)
     79                {
     80                        debug(133, "No results found for");
    8181                        free(tmpstr); tmpstr = NULL;
    8282                        return NULL;
Note: See TracChangeset for help on using the changeset viewer.