You've already forked amazing-ytdlp-archive
Compare commits
2 Commits
2be13ba1fb
...
5c910b2bca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
5c910b2bca | ||
|
|
afd07334c5 |
@@ -4,6 +4,8 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
build-and-publish:
|
||||
|
||||
@@ -42,4 +42,6 @@ def create_app(test_config=None):
|
||||
|
||||
app.add_url_rule("/", endpoint="base")
|
||||
|
||||
return app
|
||||
return app
|
||||
|
||||
app = create_app()
|
||||
Reference in New Issue
Block a user