This repository was archived by the owner on Feb 16, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Powered By TechZApi Multiple download quality options in episode page Video Player fixed And many more other fixes and improvements
- Loading branch information
1 parent
554d4dc
commit 8911611
Showing
19 changed files
with
2,231 additions
and
924 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Your TechZ Api Key | ||
# Get from @TechZApiBot on Telegram | https://t.me/TechZApiBot | ||
|
||
from os import getenv | ||
|
||
|
||
API_KEY = "Paste Your Key Here" | ||
|
||
if not API_KEY or API_KEY == "Paste Your Key Here" or API_KEY == "": | ||
API_KEY = getenv("API_KEY") | ||
|
||
if not API_KEY: | ||
raise Exception("Please add your TechZ Api Key in config.py file") |
Oops, something went wrong.
8911611
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
anime-dex – ./
anime-dex-git-main-techshreyash.vercel.app
anime-dex-techshreyash.vercel.app
anime-dex1.vercel.app