Closed mojo-jojo-7 closed 3 days ago
Is there a way to download both the profile picture and banner when a Twitter profile is scraped?
Other than writing your own script that runs gdl with profile, avatar, and background URL? No, there is not.
I was just looking into this, any chance this could could be added to the twitter extractor?
There was an include option added for Twitter some time after this issue (20ed647f6f2ffc721c6e2441b7883ca6aa4ac1d9), making it possible to download profile picture, banner, and Tweets with a single input URL:
include
gallery-dl -o include=avatar,background,timeline x.com/USER
Is there a way to download both the profile picture and banner when a Twitter profile is scraped?