#include <cmath>
#include <unistd.h>
#include <utility>
#include <QFile>
#include <QRegularExpression>
#include <QTextStream>
#include "libmythbase/mythdirs.h"
#include "libmythbase/mythdownloadmanager.h"
#include "libmythbase/mythdb.h"
#include "libmythbase/mythlogging.h"
#include "cardutil.h"
#include "channelutil.h"
#include "iptvchannelfetcher.h"
#include "scanmonitor.h"
Go to the source code of this file.
|
#define | LOC QString("IPTVChanFetch: ") |
|
◆ LOC
#define LOC QString("IPTVChanFetch: ") |
◆ parse_chan_info()
◆ parse_extinf()
static bool parse_extinf |
( |
const QString & |
line, |
|
|
QString & |
channum, |
|
|
QString & |
name, |
|
|
QString & |
logo |
|
) |
| |
|
static |
◆ download_logo()
static bool download_logo |
( |
const QString & |
logoUrl, |
|
|
const QString & |
filename |
|
) |
| |
|
static |
◆ estimate_number_of_channels()
static uint estimate_number_of_channels |
( |
const QString & |
rawdata | ) |
|
|
static |
◆ parse_extinf_name_trailing()
static QString parse_extinf_name_trailing |
( |
const QString & |
line | ) |
|
|
static |
◆ parse_extinf_field()
static QString parse_extinf_field |
( |
QString |
line, |
|
|
const QString & |
field |
|
) |
| |
|
static |