mirror of
https://github.com/Arrowar/StreamingCommunity.git
synced 2025-06-06 19:45:24 +00:00
10 lines
175 B
Python
10 lines
175 B
Python
# 3.12.23 -> 10.12.23
|
|
|
|
# Import
|
|
import fake_useragent
|
|
|
|
# Variable
|
|
useragent = fake_useragent.UserAgent(use_external_data=True)
|
|
|
|
def get_headers():
|
|
return useragent.firefox |