-
Can someone explain how to use this? If you could I would be willing to PayPal you $10 if your way works |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
You don't have to pay for help. Note: The prerequirements must be met. First, to get the version with fixed downloads head over to my fork (for the new episodes) an click on 'code'→'download zip'. Once downloaded unzip the folder anywhere you like. Open a terminal (cmd on Windows) and move into the downloaded directory. Type 'npm install' and wait for the command to finish. You may now log in by using 'node funi.js --auth'. Afterwards you can search for a show by using 'node funi.js --search "[Insert you search]"'. The result should look like this: [#123456] Super Duper show. Take the id (123456) and insert it into the next command like so 'node funi.js -s 123456'. Add an '-e 1,2,3,4-6' to select the episodes (note that you should insert the episodes you want). You can select the quality by adding -q '[1-10]'. If you run into any trouble, just open an issue. |
Beta Was this translation helpful? Give feedback.
-
Hi I did my best to follow the instructions in the readme, however, after I run: I change into the lib directory and see all the JavaScript files that were generated, however, I don't know what I'm missing to run them. I am able to use the version listed by @izu-co izu-co above, however, when I build it myself I'm not able to run it. Am I missing something? |
Beta Was this translation helpful? Give feedback.
-
hi |
Beta Was this translation helpful? Give feedback.
You don't have to pay for help.
Note: The prerequirements must be met.
First, to get the version with fixed downloads head over to my fork (for the new episodes) an click on 'code'→'download zip'.
Once downloaded unzip the folder anywhere you like. Open a terminal (cmd on Windows) and move into the downloaded directory. Type 'npm install' and wait for the command to finish. You may now log in by using 'node funi.js --auth'.
Afterwards you can search for a show by using 'node funi.js --search "[Insert you search]"'. The result should look like this: [#123456] Super Duper show.
Take the id (123456) and insert it into the next command like so 'node funi.js -s 123456'. Add an '-e 1,2,3,4-6' t…