Pavion / tvstreamrecord

Timed TV stream recording for Python
GNU General Public License v3.0
45 stars 10 forks source link

Extend %fulltitle% replacement routine #30

Closed Pavion closed 6 years ago

Pavion commented 6 years ago

Some chars are to be replaced with `,_,' ` respectively

thommy-76 commented 6 years ago

it's done, and one more placeholder %year2% (year without century) is added

Pavion commented 6 years ago
>python tvstreamrecord.py
  File "tvstreamrecord.py", line 1055
    safetitle = re.sub(r"["]", "'", safetitle)
                           ^
SyntaxError: invalid syntax

>python --version
Python 2.7.3
thommy-76 commented 6 years ago

corrected