diff options
author | Wojtek Kosior <koszko@koszko.org> | 2021-12-29 18:05:08 +0100 |
---|---|---|
committer | Wojtek Kosior <koszko@koszko.org> | 2021-12-29 18:05:08 +0100 |
commit | ba1e6824e98c52e867d92cfdcb2a6d2a614fd67f (patch) | |
tree | 4b43f836336e8e5ea56023c161eb9bb0bd72c212 /content/byoutube/index.json | |
parent | 7ccadc53efcc8919346a5be4a495fc95ad9db7b3 (diff) | |
download | hydrilla-fixes-bundle-ba1e6824e98c52e867d92cfdcb2a6d2a614fd67f.tar.gz hydrilla-fixes-bundle-ba1e6824e98c52e867d92cfdcb2a6d2a614fd67f.zip |
refactor yewtu.be URL generation into a js library
Diffstat (limited to 'content/byoutube/index.json')
-rw-r--r-- | content/byoutube/index.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/content/byoutube/index.json b/content/byoutube/index.json new file mode 100644 index 0000000..2af4824 --- /dev/null +++ b/content/byoutube/index.json @@ -0,0 +1,8 @@ +{ +"type" : "bag", +"name" : "youtube_2_yewtube_redirection", +"components" : [ +["script", "youtube.com_2_yewtu.be_URL_converter"], +["script", "youtube_2_yewtube_redirection"] +] +} |