Possible @mention parsing bug
See original GitHub issuePossible edge case. Version 2.1.1
ttm
does not appear to parse the @mentions in this tweet correctly.
https://twitter.com/jose_edil/status/1538271708918034433
This is the resulting md
:
Notice the double square brackets following the 1st @mention. Also, viewing the original tweet, “@Its_Prasa” is not a current twitter.com user.
---
author: "Edil Medeiros 🚢 ✏️🏴☠️ 🧩"
handle: "@jose_edil"
source: "https://twitter.com/jose_edil/status/1538271708918034433"
likes: 14
retweets: 0
replies: 4
---
![jose_edil](https://pbs.twimg.com/profile_images/669315274353561600/eHheoab4_normal.jpg)
Edil Medeiros 🚢 ✏️🏴☠️ 🧩 ([@jose_edil](https://twitter.com/jose_edil))
[@visualizevalue](https://twitter.com/visualizevalue) [[@EvansNifty](https://twitter.com/EvansNifty)](https://twitter.com/EvansNifty) [[@OzolinsJanis](https://twitter.com/OzolinsJanis)](https://twitter.com/OzolinsJanis) [[@milanicreative](https://twitter.com/milanicreative)](https://twitter.com/milanicreative) [[@design_by_kp](https://twitter.com/design_by_kp)](https://twitter.com/design_by_kp) [[@victor_bigfield](https://twitter.com/victor_bigfield)](https://twitter.com/victor_bigfield) [[@StartupIllustr](https://twitter.com/StartupIllustr)](https://twitter.com/StartupIllustr) [[@tracytangtt](https://twitter.com/tracytangtt)](https://twitter.com/tracytangtt) [[@AlexMaeseJ](https://twitter.com/AlexMaeseJ)](https://twitter.com/AlexMaeseJ) [[@ash_lmb](https://twitter.com/ash_lmb)](https://twitter.com/ash_lmb) [[@moina_abdul](https://twitter.com/moina_abdul)](https://twitter.com/moina_abdul) @Its_Prasa [[@elliottaleksndr](https://twitter.com/elliottaleksndr)](https://twitter.com/elliottaleksndr) [[@aaraalto](https://twitter.com/aaraalto)](https://twitter.com/aaraalto) [[@tanoseihito](https://twitter.com/tanoseihito)](https://twitter.com/tanoseihito) [[@jeffkortenbosch](https://twitter.com/jeffkortenbosch)](https://twitter.com/jeffkortenbosch) [[@FerraroRoberto](https://twitter.com/FerraroRoberto)](https://twitter.com/FerraroRoberto) [[@eneskartall](https://twitter.com/eneskartall)](https://twitter.com/eneskartall) [[@SachinRamje](https://twitter.com/SachinRamje)](https://twitter.com/SachinRamje) [[@AidanYeep](https://twitter.com/AidanYeep)](https://twitter.com/AidanYeep) [[@jozzua](https://twitter.com/jozzua)](https://twitter.com/jozzua) Here they are:
@EvansNifty
@OzolinsJanis
@milanicreative
@design_by_kp
@victor_bigfield
@StartupIllustr
@tracytangtt
@AlexMaeseJ
@ash_lmb
@moina_abdul
@Its_Prasa
@elliottaleksndr
@aaraalto
@tanoseihito
@jeffkortenbosch
@FerraroRoberto
@eneskartall
@SachinRamje
@AidanYeep
@jozzua
[Tweet link](https://twitter.com/jose_edil/status/1538271708918034433)
I’ve tested w/ single tweet, thread, and condensed_thread.
ttm -b '<TWITTER_BEARER_TOKEN>' --filename '[[handle]]-[[id]]' --path 'markdown/' -fqm https://twitter.com/i/status/1538271708918034433
# Tweet saved to markdown/jose_edil-1538271708918034433.md
Issue Analytics
- State:
- Created a year ago
- Comments:7 (5 by maintainers)
Top Results From Across the Web
Potential bug in text parser · Issue #253 · prometheus ...
The code normalizes names of Summaries and Histograms (and their components) by pruning any of the "magic" suffixes. Then it reports the ...
Read more >Possible bug in Parse function input - MATLAB Answers
I am using findArea as an example in documentation to parse and validate required,optional and pair-value arguments of a function.
Read more >Possible Bug in IntegerSet/AffineMap Parser - MLIR
Parsing the following IntegerSet in MLIR: #set = affine_set<(i0, i1) : ()> gives the following error: error: expected bare identifier #set = affine_set<(i0, ......
Read more >Understanding Success Criterion 4.1.1
If the content cannot be parsed into a data structure, then different user agents may present it differently or be completely unable to...
Read more >ELF Parsing Bugs by Example with Melkor Fuzzer
So, in order to fuzz more internal levels, I implemented the following metadata dependencies in Melkor, which shouldn't be broken: With these dependencies,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@gapmiss Version 2.10.2 of https://github.com/kbravh/obsidian-tweet-to-markdown is now live with this fix too
@gapmiss I’ve moved this over to an issue on the obsidian-tweet-to-markdown repository: https://github.com/kbravh/obsidian-tweet-to-markdown/issues/33