mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
imdb: make search results more robust
Origin commit data
------------------
Commit: 801def06f3
Author: gixxpunk <thomas.harfmann@gmail.com>
Date: 2017-05-29 (Mon, 29 May 2017)
This commit is contained in:
@@ -206,7 +206,7 @@ std::string CIMDB::googleIMDb(std::string s)
|
||||
{
|
||||
CHTTPTool httpTool;
|
||||
std::string ret = search_error;
|
||||
std::string search_string("");
|
||||
std::string search_string("title+");
|
||||
char* search_char = (char*) s.c_str();
|
||||
|
||||
m.clear();
|
||||
|
Reference in New Issue
Block a user