Advertisement
moemyintshein

Install and Use MPS-Youtube

Mar 17th, 2017
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. "How to Install and Use MPS-Youtube"
  2.  
  3. sudo apt-get install mps-youtube
  4. sudo apt-get install mplayer
  5.  
  6. sudo pip3 install mps-youtube /*python pipe*/
  7.  
  8. mpsyt
  9. set search_music false
  10. set show_video true
  11.  
  12. Alright, we are all set to proceed further, here you can search your desired content by specifying "/" character, followed by your search term, i.e to search for data regarding keyword "Linux", we typed "/Linux" and hit Enter. Here is sample output of this command.
  13.  
  14. You can move back and forth between filtered results using "n" ( for next) and "p" ( for previous) hotkeys.
  15.  
  16. Once you have decided to play any video from the list, simply enter the reference number and it will start playing it for you. I.e. to play a video located at 5th number in the above search results, type "5" and hit Enter. There you go, our video is on the play now!
  17. If you want to download any particular video, simply type "d REFERENCE_NO" , where replace "REFERENCE_NO" with the actual serial number of video in the search results. I.e. to download video at location 5 in above mentioned search results, you need to type "d 5" in mpsyt's shell console.
  18.  
  19. You can learn more about all the ins and outs of this tool by using its built in help manuals, simply type "h" and it will display the following message:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement