mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-04-06 18:01:28 +03:00
Temporarily remove armv7 support
Revert "Added python3.8-dev/build-essential to dockerfile" This reverts commitd90434c240. Revert "Adds token to GH actions for GetTwitchDownloader" This reverts commita4ca1abb7c.
This commit is contained in:
@@ -26,8 +26,7 @@ def getZipName():
|
||||
|
||||
def getLatestFileInRepo(repo, search_string):
|
||||
# Create an unauthenticated instance of the Github object
|
||||
gh_token = os.environ.get('GH_TOKEN')
|
||||
g = Github(gh_token if gh_token else None) # ensure it's none if it's falsy
|
||||
g = Github(os.environ.get('GH_TOKEN'))
|
||||
|
||||
# Replace with the repository owner and name
|
||||
repo = g.get_repo(repo)
|
||||
|
||||
Reference in New Issue
Block a user