tree

Results 7 comments of tree

Thank you for adding this feature

The kICad version for this project is 4.0.0

### Error Log Compiling the C compiler identification source file "CMakeCCompilerId.c" failed. Compiler: /home/lxc/Android/Sdk/ndk/22.1.7171670/toolchains/llvm/prebuilt/linux-x86_64/bin/clang Build flags: -g;-DANDROID;-fdata-sections;-ffunction-sections;-funwind-tables;-fstack-protector-strong;-no-canonical-prefixes;-D_FORTIFY_SOURCE=2;-march=armv7-a;-mthumb;-Wformat;-Werror=format-security; Id flags: The output was: 1 clang: warning: argument unused during compilation: '-mthumb'...

Hi @pablogs9 , I tried to compile arm64_ V8a architecture, the compilation is completed successfully, but the generated so file is not arm64_ V8a architecture, but x86-x64. What may be...

"Referer":"https://www.douyin.com/",问题, 应该是 :'referer': 'https://www.douyin.com/search/%E8%BF%99%E8%B0%81%E9%A1%B6%E5%BE%97%E4%BD%8F%E5%95%8A?publish_time=0&sort_type=0&source=switch_tab&type=video', 这种形式。

![image](https://github.com/B1gM8c/X-Bogus/assets/49939922/55ecc872-cc57-46fc-9cb5-6b7f90afe83c) 如图 `old_url = "https://www.douyin.com/aweme/v1/web/search/item/?device_platform=webapp&aid=6383&channel=channel_pc_web&search_channel=aweme_video_web&sort_type=0&publish_time=0&keyword=%E8%BF%99%E8%B0%81%E9%A1%B6%E5%BE%97%E4%BD%8F%E5%95%8A&search_source=normal_search&query_correct_type=1&is_filter_search=0&from_group_id=&offset=0&count=10&pc_client_type=1&version_code=170400&version_name=17.4.0&cookie_enabled=true&screen_width=1920&screen_height=1080&browser_language=zh-CN&browser_platform=Win32&browser_name=Chrome&browser_version=112.0.0.0&browser_online=true&engine_name=Blink&engine_version=112.0.0.0&os_name=Windows&os_version=10&cpu_core_num=16&device_memory=8&platform=PC&downlink=10&effective_type=4g&round_trip_time=50&webid=7211421632165955109" user_agent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.0.0 Safari/537.36" query = urllib.parse.urlparse(old_url).query xbogus = execjs.compile(open('./X-Bogus.js').read()).call('sign', query, user_agent) url = old_url...

![image](https://github.com/B1gM8c/X-Bogus/assets/49939922/c7e5f7de-a138-4d72-a843-a02c75c21d06) 你在认真分析分析。 url中的keyword,和referer中的keyword,保持一致,其他的参数和我上面的代码一样,是可以获取的,去掉多余的参数,我没有测试。 注:这个接口只是获取第一页的接口。获取更多的视频,下标等其他问题自己处理。