document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. # mount /system in write mode
  2. mount -o remount,rw /system /system
  3. # move youtube-dl to proper place
  4. mv /sdcard/youtube-dl /system/bin
  5. # set proper permission
  6. chmod 0777 /system/bin/youtube-dl
');