Project

General

Profile

Feature #4820

eit: allow scraping regexes to be tagged with a language ID or list of language IDs

Added by Jim Hague almost 7 years ago. Updated almost 7 years ago.

Status:
Fixed
Priority:
Normal
Assignee:
Category:
EPG - Grabbers
Target version:
-
Start date:
2017-12-28
Due date:
% Done:

0%

Estimated time:

Description

From a suggestion in a PR (https://github.com/tvheadend/tvheadend/pull/1071):

Perhaps, you can add the language selector using this data structure, too, like:

{
"pattern": "^[.][.][.][^:.?!]*[.:?!] +(.*)",
"lang": "cze"
}, {
"pattern": "^[.][.][.][^:.?!]*[.:?!] +(.*)",
"lang": ["cze","slo"]
},

Patch underway...

History

#1

Updated by Jaroslav Kysela almost 7 years ago

  • Status changed from New to Fixed

Also available in: Atom PDF