diff --git a/aliases b/aliases index 20f667a..1f498b3 100644 --- a/aliases +++ b/aliases @@ -373,7 +373,7 @@ dl_youtube_vid() { opts+=" --merge-output-format mp4" fi - opts+=" --write-sub --sub-lang en --embed-subs" + opts+=" --write-subs --sub-lang en --embed-subs" if [[ $make_folder == "1" ]]; then make_vid_dir_and_cd_into $url "" diff --git a/windows/readme.md b/windows/readme.md index d58f9cb..311af97 100644 --- a/windows/readme.md +++ b/windows/readme.md @@ -63,6 +63,8 @@ * Open User Account Control settings * Drag the slider down one notch to remove the dimming +* Disable remote assistance + * Disable Windows error reporting dialog so that when stuff crashes you can get to a debugger faster. * Open an admin cmd prompt and run the file `disable-windows-error-reporting-dialog.bat` from this directory.