Skip to content

Convert in orgmode and Markdown syntax, a YouTube video in image with link.

Notifications You must be signed in to change notification settings

uGeek/youtube2org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

youtube2org

Convert in orgmode and Markdown syntax, a YouTube video in image with link.

Install

sudo wget -O /usr/bin/youtube2org https://raw.githubusercontent.com/uGeek/youtube2org/master/youtube2org
sudo chmod +x /usr/bin/youtube2org

example YouTube to orgmode:

youtube2org https://www.youtube.com/watch?v=NxYITudzHlc 
[[https://www.youtube.com/watch?v=NxYITudzHlc][http://img.youtube.com/vi/NxYITudzHlc/0.jpg]]

example YouTube to Markdown:

youtube2org -m https://www.youtube.com/watch?v=NxYITudzHlc 
[![](http://img.youtube.com/vi/NxYITudzHlc/0.jpg)](https://www.youtube.com/watch?v=NxYITudzHlc "")

Result:

http://img.youtube.com/vi/NxYITudzHlc/0.jpg

About

Convert in orgmode and Markdown syntax, a YouTube video in image with link.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages