diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2018-11-26 05:24:32 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2018-11-26 05:24:32 +0000 |
| commit | e926513cbb9936dd8169e9324ad18fef9fc3be39 (patch) | |
| tree | cfddce0ac0cd5828836ced556fb1a22e4e52d980 | |
| parent | embeddable tweets (diff) | |
| download | mmm-e926513cbb9936dd8169e9324ad18fef9fc3be39.tar.gz mmm-e926513cbb9936dd8169e9324ad18fef9fc3be39.zip | |
rename youtube type to youtube/video
| -rw-r--r-- | mmm/mmmfs/conversion.moon | 2 | ||||
| -rw-r--r-- | root/blog/video_synth_research/LZX_reel/URL -> youtube$video (renamed from root/blog/video_synth_research/LZX_reel/URL -> youtube) | 0 | ||||
| -rw-r--r-- | root/blog/video_synth_research/bent1/URL -> youtube$video (renamed from root/blog/video_synth_research/bent1/URL -> youtube) | 0 | ||||
| -rw-r--r-- | root/blog/video_synth_research/bent2/URL -> youtube$video (renamed from root/blog/video_synth_research/bent2/URL -> youtube) | 0 | ||||
| -rw-r--r-- | root/blog/video_synth_research/visualist/URL -> youtube$video (renamed from root/blog/video_synth_research/visualist/URL -> youtube) | 0 | ||||
| -rw-r--r-- | root/projects/VJmidiKit/link: URL -> youtube$video (renamed from root/projects/VJmidiKit/link: URL -> youtube) | 0 | ||||
| -rw-r--r-- | root/projects/vcv_mods/link: URL -> youtube$video (renamed from root/projects/vcv_mods/link: URL -> youtube) | 0 |
7 files changed, 1 insertions, 1 deletions
diff --git a/mmm/mmmfs/conversion.moon b/mmm/mmmfs/conversion.moon index 161a96f..00fe813 100644 --- a/mmm/mmmfs/conversion.moon +++ b/mmm/mmmfs/conversion.moon @@ -114,7 +114,7 @@ converts = { } }, { - inp: 'URL -> youtube', + inp: 'URL -> youtube/video', out: 'mmm/dom', transform: (link) -> id = link\match 'youtu%.be/([^/]+)' diff --git a/root/blog/video_synth_research/LZX_reel/URL -> youtube b/root/blog/video_synth_research/LZX_reel/URL -> youtube$video index 4b95dc7..4b95dc7 100644 --- a/root/blog/video_synth_research/LZX_reel/URL -> youtube +++ b/root/blog/video_synth_research/LZX_reel/URL -> youtube$video diff --git a/root/blog/video_synth_research/bent1/URL -> youtube b/root/blog/video_synth_research/bent1/URL -> youtube$video index ccc5ce9..ccc5ce9 100644 --- a/root/blog/video_synth_research/bent1/URL -> youtube +++ b/root/blog/video_synth_research/bent1/URL -> youtube$video diff --git a/root/blog/video_synth_research/bent2/URL -> youtube b/root/blog/video_synth_research/bent2/URL -> youtube$video index 5684f2a..5684f2a 100644 --- a/root/blog/video_synth_research/bent2/URL -> youtube +++ b/root/blog/video_synth_research/bent2/URL -> youtube$video diff --git a/root/blog/video_synth_research/visualist/URL -> youtube b/root/blog/video_synth_research/visualist/URL -> youtube$video index 7ace2f2..7ace2f2 100644 --- a/root/blog/video_synth_research/visualist/URL -> youtube +++ b/root/blog/video_synth_research/visualist/URL -> youtube$video diff --git a/root/projects/VJmidiKit/link: URL -> youtube b/root/projects/VJmidiKit/link: URL -> youtube$video index 5c8dd95..5c8dd95 100644 --- a/root/projects/VJmidiKit/link: URL -> youtube +++ b/root/projects/VJmidiKit/link: URL -> youtube$video diff --git a/root/projects/vcv_mods/link: URL -> youtube b/root/projects/vcv_mods/link: URL -> youtube$video index a4f7e47..a4f7e47 100644 --- a/root/projects/vcv_mods/link: URL -> youtube +++ b/root/projects/vcv_mods/link: URL -> youtube$video |
