mirror of
https://github.com/bellingcat/snscrape.git
synced 2026-06-11 03:48:29 +03:00
Merge pull request #724 from quentinwolf/patch-1
Twitter: change fullUrl to use 'orig' instead of 'large'
This commit is contained in:
@@ -957,7 +957,7 @@ class _TwitterAPIScraper(snscrape.base.Scraper):
|
||||
return
|
||||
mKwargs = {
|
||||
'previewUrl': f'{baseUrl}?format={format}&name=small',
|
||||
'fullUrl': f'{baseUrl}?format={format}&name=large',
|
||||
'fullUrl': f'{baseUrl}?format={format}&name=orig',
|
||||
}
|
||||
if medium.get('ext_alt_text'):
|
||||
mKwargs['altText'] = medium['ext_alt_text']
|
||||
|
||||
Reference in New Issue
Block a user