Skip to content

Commit d4fe671

Browse files
authored
Fix URL format for Twitter APK link
Another URL update for the manual action as they changed the formatting again
1 parent 439c6d7 commit d4fe671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def main():
113113

114114

115115
def manual(version:str):
116-
link = f'https://www.apkmirror.com/apk/x-corp/twitter/twitter-{version.replace(".","-")}-release'
116+
link = f'https://www.apkmirror.com/apk/x-corp/twitter/x-{version.replace(".","-")}-release'
117117
latest_version = Version(link=link,version=version)
118118
process(latest_version)
119119

0 commit comments

Comments
 (0)