@@ -15,14 +15,16 @@ import tls_client
1515
1616# You can also use the following as `client_identifier`:
1717# Chrome --> chrome_103, chrome_104, chrome_105, chrome_106, chrome_107, chrome_108, chrome109, Chrome110,
18- # chrome111, chrome112
19- # Firefox --> firefox_102, firefox_104, firefox108, Firefox110
18+ # chrome111, chrome112, chrome_116_PSK, chrome_116_PSK_PQ, chrome_117, chrome_120
19+ # Firefox --> firefox_102, firefox_104, firefox108, Firefox110, firefox_117, firefox_120
2020# Opera --> opera_89, opera_90
2121# Safari --> safari_15_3, safari_15_6_1, safari_16_0
2222# iOS --> safari_ios_15_5, safari_ios_15_6, safari_ios_16_0
2323# iPadOS --> safari_ios_15_6
2424# Android --> okhttp4_android_7, okhttp4_android_8, okhttp4_android_9, okhttp4_android_10, okhttp4_android_11,
2525# okhttp4_android_12, okhttp4_android_13
26+ #
27+ # more client identifiers can be found in settings.py
2628
2729session = tls_client.Session(
2830 client_identifier = " chrome112" ,
0 commit comments