mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-13 14:44:49 -04:00
Request Bug Report on exception
This commit is contained in:
parent
f4480917fd
commit
30d194eead
1 changed files with 7 additions and 0 deletions
|
@ -442,6 +442,13 @@ class Application(BaseApplication):
|
||||||
|
|
||||||
return default_globals
|
return default_globals
|
||||||
|
|
||||||
|
def render_error(self, error, io):
|
||||||
|
super().render_error(error, io)
|
||||||
|
io.write_line(
|
||||||
|
"\n<error>If this was unexpected, please open a <path>Bug Report</path> at </error>"
|
||||||
|
"<url>https://github.com/nathom/streamrip/issues/new/choose</url>"
|
||||||
|
)
|
||||||
|
|
||||||
|
|
||||||
def clean_options(*opts):
|
def clean_options(*opts):
|
||||||
for opt in opts:
|
for opt in opts:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue