Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
例如: 可能存在下表不连续情况 ```json { "type": "user#download-url", "name": "哪吒之魔童降世.国粤英.Ne.Zha.2019.BD1080P&2160P.X264.DTS-HD.MA.7.1.Mandarin&Cantonese&English.CHS-ENG.FFans@星星", "file_name": "哪吒之魔童降世.国粤英.Ne.Zha.2019.BD1080P&2160P.X264.DTS-HD.MA.7.1.Mandarin&Cantonese&English.CHS-ENG.FFans@星星", "file_size": "33595559143", "space": "device_id#fcff376dffcfa69fae64eec2d7408391", "params": { "target": "device_id#fcff376dffcfa69fae64eec2d7408391", "url": "magnet:?xt=urn:btih:123154AEBE22EB9811FF501A7E1BE1824E0C8298", "total_file_count": "6", "parent_folder_id": "14c0745bb3e71c518163c7c3bced2cb7", "sub_file_index": "0,2,4,6,8,10", "mime_type": "", "file_id": "" } } ``` 不知道解析了什么返回None的情况 ```text kubespider-kubespider-1 | File "/app/kubespider/source_provider/btbtt12_disposable_source_provider/provider.py", line 59, in should_handle kubespider-kubespider-1 | if parse_url.hostname.endswith('btbtt12.com') and 'attach-dialog-fid' in parse_url.path: kubespider-kubespider-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ kubespider-kubespider-1 | AttributeError: 'NoneType' object has no attribute 'endswith' ``` [#505](#505) `3.21.0` 之后迅雷版本会自动获取 `device_id` `token`
- Loading branch information