You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get a private facebook video through youtube-dl from the electron app. I did this manually by using cookie.txt chrome extension and then use youtube-dl from the command line. I think gathering the cookies as per the extension to do this with youtube-dl should be doable on electron, although it might help being sure of this.
CTRL/CMD+F - Find in page: This is a bit of a let down that it's not there out of the box. I have complained about this before to some other tools. There's apparently easier ways now to implement this, and I think this will be a fundamental need for the App so at least have a sense of how it works initially might help.
Capture a fully working basic warc file with more than one link: I successfully captured and replied https://www.drupal.org (use it as a simple site to test the tool) from my electron app but when I browse to a new url, although the data is on the warc file, it is not properly replayed. I reported this on Capturing two URLs are not being properly read by Webrecorder Player? N0taN3rd/node-warc#27 and there's some ideas there that I like to follow to make sure they work.
Complete a simpler UI around what I built. I got a webview with an address bar and some context menu, but not everything is properly handled or working all the time. Back/forward buttons, handling links that would open on a new window, handling context-menu slightly better, etc. I wanted to demo this for you but to do so more time to get more familiar with UI handling is needed.
Screenshot. This I know for sure is possible, but again might be good to have a working code.
Storing an HTML with CSS that at least a browser can open the site as is, without any expected user action. This should be possible to do on top of the warc file. It is one of the items on the doc I flagged to be discussed. Investigate what's there, etc.
The text was updated successfully, but these errors were encountered:
Get a private facebook video through youtube-dl from the electron app. I did this manually by using cookie.txt chrome extension and then use youtube-dl from the command line. I think gathering the cookies as per the extension to do this with youtube-dl should be doable on electron, although it might help being sure of this.
CTRL/CMD+F - Find in page: This is a bit of a let down that it's not there out of the box. I have complained about this before to some other tools. There's apparently easier ways now to implement this, and I think this will be a fundamental need for the App so at least have a sense of how it works initially might help.
Capture a fully working basic warc file with more than one link: I successfully captured and replied https://www.drupal.org (use it as a simple site to test the tool) from my electron app but when I browse to a new url, although the data is on the warc file, it is not properly replayed. I reported this on Capturing two URLs are not being properly read by Webrecorder Player? N0taN3rd/node-warc#27 and there's some ideas there that I like to follow to make sure they work.
Complete a simpler UI around what I built. I got a webview with an address bar and some context menu, but not everything is properly handled or working all the time. Back/forward buttons, handling links that would open on a new window, handling context-menu slightly better, etc. I wanted to demo this for you but to do so more time to get more familiar with UI handling is needed.
Screenshot. This I know for sure is possible, but again might be good to have a working code.
Storing an HTML with CSS that at least a browser can open the site as is, without any expected user action. This should be possible to do on top of the warc file. It is one of the items on the doc I flagged to be discussed. Investigate what's there, etc.
The text was updated successfully, but these errors were encountered: