mirror of
https://github.com/MarshalX/telegram-crawler.git
synced 2025-01-09 03:53:42 +01:00
fix ios tracking 2
This commit is contained in:
parent
1dd615290c
commit
77e5ad174d
1 changed files with 0 additions and 1 deletions
|
@ -261,7 +261,6 @@ async def download_telegram_ios_beta_and_extract_resources(session: aiohttp.Clie
|
|||
|
||||
files_to_track = files_to_convert + [
|
||||
f'{resources_path}/_CodeSignature/CodeResources',
|
||||
f'{resources_path}/SC_Info/Manifest.plist',
|
||||
]
|
||||
await track_additional_files(files_to_track, client_folder_name, crawled_data_folder)
|
||||
|
||||
|
|
Loading…
Reference in a new issue