[twitter] fix several errors (#2212, #2216, #2225)

- fix Tweets with deleted quotes
- fix suspended Tweets without 'legacy' entry
- fix unified_cards without 'type'
This commit is contained in:
Mike Fährmann
2022-01-25 16:13:22 +01:00
parent fbd17547f5
commit 2bf554a896
3 changed files with 32 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## Unreleased
## 1.20.2 - 2022-01-24
### Additions
- [twitter] add `event` extractor (closes [#2109](https://github.com/mikf/gallery-dl/issues/2109))