Changeset 30011
- Timestamp:
- 09/20/14 10:56:15 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/tithek/played.h
r28962 r30011 75 75 titheklog(debuglevel, "/tmp/played1_get", NULL, NULL, NULL, tmpstr); 76 76 77 streamlink = string_resub("file: \"", "\"", tmpstr, 0); 78 if(streamlink != NULL) 79 { 80 goto end; 81 } 82 77 83 if(tmpstr == NULL) 78 84 { 79 85 textbox(_("Message"), _("The page is temporarily unavailable") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0); 86 goto end; 87 } 88 89 if(tmpstr == NULL || ostrstr(tmpstr, "<center>This video has been deleted. We apologize for the inconvenience.</center>") != NULL) 90 { 91 textbox(_("Message"), _("This video has been deleted. We apologize for the inconvenience.") , _("OK"), getrcconfigint("rcok", NULL), _("EXIT"), getrcconfigint("rcexit", NULL), NULL, 0, NULL, 0, 1200, 200, 0, 0); 80 92 goto end; 81 93 }
Note: See TracChangeset
for help on using the changeset viewer.