Skip to content

Commit

Permalink
Changed default mode (compatibility fix) (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartek20 authored Sep 25, 2022
1 parent 57cf2f0 commit 8163bd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Re-Vanced.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
"#@title **Set variables** { vertical-output: true, display-mode: \"form\" }\n",
"\n",
"#@markdown Modes description:\n",
"#@markdown * **Automatic**: <br>Downloads all necessary files automaticaly. <br>*Depends on what machine and IP Google Colab'll asign to you, this mode may or may not work propertly.*\n",
"#@markdown * **Automatic**: <br>***There are version compatibility issues. You use it at your own risk.***<br>Downloads all necessary files automaticaly. <br>*Depends on what machine and IP Google Colab'll asign to you, this mode may or may not work propertly.*\n",
"#@markdown * **Google Drive**: <br>Automatically downloads all files except the YouTube app APK. <br>The application will download the file from your Google Drive account. <br>***YOUTUBE_ID is required.***\n",
"#@markdown * **Manual** ***(WIP)***: <br>Automatically downloads all files except the YouTube APK. <br>The application will ask you to manually upload the file from your computer.\n",
"BUILDER_MODE = \"Automatic\" #@param ['Automatic', 'Google Drive', 'Manual'] {allow-input: false}\n",
"BUILDER_MODE = \"Google Drive\" #@param ['Automatic', 'Google Drive', 'Manual'] {allow-input: false}\n",
"\n",
"#@markdown <br>*Insert ***YOUTUBE_ID*** only in Google Drive mode*\n",
"YOUTUBE_ID = \"\" #@param {type: \"string\"}\n",
Expand Down

0 comments on commit 8163bd4

Please sign in to comment.