v2022.11
What's Changed
🚀 Features
- Use flask-restx for the API by @Rafiot in #137
- Add description nodes for some analytics and tracking query string parameters by @obsidianforensics in #154
- Add expansion of Substack redirects to link shortening parser. by @obsidianforensics in #158
- Add parsing of LinkedIn URLs: Messages (v1 and v2), Profile IDs, and … by @obsidianforensics in #163
- Add expanded list of share codes from Twitter (
s
param). Make image… by @obsidianforensics in #164 - Add
run
andprint_tree
functions to make it easier to use in Jupy… by @obsidianforensics in #167
🛠️ Minor Changes & Fixes
- If a URL is the whole query string or fragment, recognize as data_typ… by @obsidianforensics in #147
- Up required pymispwarninglists version and remove workaround by @obsidianforensics in #148
- Update parsing of Google's RLZ parameter to handle 1-4 digit cohort weeks by @obsidianforensics in #150
- URL parsing fixes by @obsidianforensics in #155
- fix issue #156 by @jkppr in #157
- Fix issue #160 by @jkppr in #161
- Require version of flask-restx that fixes compatibility issue with fl… by @obsidianforensics in #168
New Contributors
Full Changelog: v2022.02...v2022.11