Skip to content

Commit

Permalink
Merge pull request #10 from captaincolonelfox/dev
Browse files Browse the repository at this point in the history
Release 1.5.3
  • Loading branch information
captaincolonelfox authored May 1, 2021
2 parents 36b3a43 + 60afa8e commit e78cd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bot/api/likee.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class LikeeAPI(API):
def headers(self) -> dict[str, Any]:
return {
"Referer": "https://www.likee.video/",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36"
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 "
"(KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36",
}

Expand Down
2 changes: 1 addition & 1 deletion bot/api/tiktok.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class TikTokAPI(API):
def headers(self) -> dict[str, Any]:
return {
"Referer": "https://www.tiktok.com/",
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36"
"User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_1) AppleWebKit/537.36 "
"(KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36",
}

Expand Down

0 comments on commit e78cd72

Please sign in to comment.