mirror of
https://github.com/soimort/you-get.git
synced 2025-01-23 21:45:02 +03:00
[twitter] better warning
This commit is contained in:
parent
c0151a9775
commit
a47960f6ed
@ -53,7 +53,7 @@ def twitter_download(url, output_dir='.', merge=True, info_only=False, **kwargs)
|
|||||||
info = json.loads(api_content)
|
info = json.loads(api_content)
|
||||||
if item_id not in info['globalObjects']['tweets']:
|
if item_id not in info['globalObjects']['tweets']:
|
||||||
# something wrong here
|
# something wrong here
|
||||||
log.w(info['timeline']['instructions'][0]['addEntries']['entries'][0]['content']['item']['content']['tombstone']['tombstoneInfo']['richText']['text'])
|
log.wtf('[Failed] ' + info['timeline']['instructions'][0]['addEntries']['entries'][0]['content']['item']['content']['tombstone']['tombstoneInfo']['richText']['text'], exit_code=None)
|
||||||
return
|
return
|
||||||
|
|
||||||
elif 'extended_entities' in info['globalObjects']['tweets'][item_id]:
|
elif 'extended_entities' in info['globalObjects']['tweets'][item_id]:
|
||||||
|
Loading…
Reference in New Issue
Block a user