highda

Results 4 comments of highda

Chiming in to propose the Instagram `direct_v2/threads/{thread_id}/` endpoint for mobile devices, which can actually retrieve this type of message along with the media URL. Just my 2 cents. Might mess...

I'm running th e @S1M0N38 fork and although I don't have any duplicate lyrics, just the extra heaader. Same issue with current 3.7.0 release.

@johnwmillr with pleasure: code: ``` import os import re import sys import subprocess import argparse try: import lyricsgenius except ImportError: try: subprocess.check_call([sys.executable, '-m', 'pip', 'install', 'git+https://github.com/johnwmillr/LyricsGenius']) import lyricsgenius except subprocess.CalledProcessError...

I can confirm this, it causes issues not only in Termux but other places as well, like CKEditor elements within pages loaded in Firefox. Moreover, the issue made it all...