Dispatcharr/apps/output
SergeantPanda 92d499a274 Enhancement: Switch regex compilation from re to regex module
Use the 'regex' package instead of Python's standard 're' module for pattern
compilation in custom dummy EPG generation. This enables variable-width
lookbehind support, matching JavaScript regex behavior and removing the
fixed-width limitation of the standard library.

This fixes issues where patterns like (?<=\d{1,2}...) would fail with
"look-behind requires fixed-width pattern" errors.
2025-10-19 19:39:53 -05:00
..
__init__.py Pre Alpha 2 2025-02-19 16:55:23 -06:00
apps.py Pre Alpha 2 2025-02-19 16:55:23 -06:00
tests.py Pre Alpha 2 2025-02-19 16:55:23 -06:00
urls.py Add XC endpoints for VOD. 2025-08-08 09:03:25 -05:00
views.py Enhancement: Switch regex compilation from re to regex module 2025-10-19 19:39:53 -05:00