Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
62a028968e
|
|||
|
f7bbf3129a
|
21
.gitignore
vendored
21
.gitignore
vendored
@@ -143,3 +143,24 @@ banned_addresses.txt
|
||||
*.bak
|
||||
*.orig
|
||||
*.cache/
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# AI assistants / LLM tools
|
||||
# -----------------------------------------------------------------------------
|
||||
# Claude AI assistant configuration and cache
|
||||
.claude/
|
||||
claude*
|
||||
.anthropic/
|
||||
|
||||
# Kiro AI tool configuration and cache
|
||||
.kiro/
|
||||
kiro*
|
||||
|
||||
# Qwen AI-related files and caches
|
||||
.qwen/
|
||||
qwen*
|
||||
|
||||
# Other AI assistants/IDE integrations
|
||||
.cursor/
|
||||
.gpt/
|
||||
.openai/
|
||||
|
||||
@@ -837,9 +837,12 @@ INNERTUBE_CLIENTS = {
|
||||
'hl': 'en',
|
||||
'gl': 'US',
|
||||
'clientName': 'IOS',
|
||||
'clientVersion': '19.09.3',
|
||||
'deviceModel': 'iPhone14,3',
|
||||
'userAgent': 'com.google.ios.youtube/19.09.3 (iPhone14,3; U; CPU iOS 15_6 like Mac OS X)'
|
||||
'clientVersion': '21.03.2',
|
||||
'deviceMake': 'Apple',
|
||||
'deviceModel': 'iPhone16,2',
|
||||
'osName': 'iPhone',
|
||||
'osVersion': '18.7.2.22H124',
|
||||
'userAgent': 'com.google.ios.youtube/21.03.2 (iPhone16,2; U; CPU iOS 18_7_2 like Mac OS X)'
|
||||
}
|
||||
},
|
||||
'INNERTUBE_CONTEXT_CLIENT_NAME': 5,
|
||||
|
||||
Reference in New Issue
Block a user