Skip to content

Commit

Permalink
Drop warning about using xmltv version of zap2it (obsolete).
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartm committed Apr 4, 2013
1 parent 460f77c commit 0b21289
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions mythtv/programs/mythfilldatabase/xmltvparser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,14 +593,7 @@ bool XMLTVParser::parseFile(
QDomElement docElem = doc.documentElement();

QUrl baseUrl(docElem.attribute("source-data-url", ""));

QUrl sourceUrl(docElem.attribute("source-info-url", ""));
if (sourceUrl.toString() == "http://labs.zap2it.com/")
{
LOG(VB_GENERAL, LOG_ERR, "Don't use tv_grab_na_dd, use the"
"internal datadirect grabber.");
exit(GENERIC_EXIT_SETUP_ERROR);
}
//QUrl sourceUrl(docElem.attribute("source-info-url", ""));

QString aggregatedTitle;
QString aggregatedDesc;
Expand Down

0 comments on commit 0b21289

Please sign in to comment.