karlicoss

Results 351 comments of karlicoss

pre-2019: seems that subscriptions were in `YouTube/subscriptions/subscriptions.opml` but actually it's not an opml file at all, looks like HTML for the youtube subscription page as if it was downloaded without...

for me, liked videos are - pre-2020: `playlists/likes.json` (seems like it should be handled by `_parse_json_activity`) - after that: `Liked videos.csv` also perhaps makes sense to parse other playlists?

yeah, I guess for playlists makes sense to return the latest only not sure what happens to deleted videos, might be interesting to check if they disappear from playlists

If someone else has the same problem, and would like to use the NPM version instead of maintaining their own fork, here's how you can patch it with webpack: https://github.com/karlicoss/promnesia/commit/de5ae3a21adc84ce61ce5e1e67284709007934ba

Yep, agree, also thought about that! My first idea wasn't the toolbar, but rather the browser action? It's always there, and some people might prefer not to show the toolbar...

Before I've discovered follow mode in Helm, I used to keep a separate emacs window with **all** of my org-mode files open so I could `helm-multi-swoop-all` in them. Perhaps doing...

Hi! Hmm I see you're running it from the directory it's installed into -- I guess the readme is slightly misleading, when it says `./export.py`, it refers to `./export.py` in...

Did you follow step 3? (it's interactive) :) https://github.com/karlicoss/instapexport#setting-up P.S. ah hmm I see, due to the way it parses arguments, it still requires the parameters. Good catch! As a...

hmm... seems like the API call is failing? does it print anything after by any chance? should be the JSON it failed to parse. If not, can you try running...

Ah okay, so it's actually empty string.. Well it's sad, but it seems that Instapaper returns empty response to you for some reason... I guess we could try debugging it....