Module:Ep/Twitchoffset
This module stores data of Twitch episode VOD URLs and/or its offset time from the accompanying YouTube VOD, organized by episode codes found in Module:Ep/Array. It called by Module:Ep/Twitch in {{ep ref}} to link to particular timestamps in the Twitch VODs. It is currently not maintained by bot and data must be entered by hand.
Timestamps may be entered in multiple formats. 1:23:14
, 1h23m14s
, and 4994
(the total number of seconds) are all treated as equivalent.
return {
["3x41"] = {
["url"] = '',
["offset"] = '14:55'
},
["3x42"] = {
["url"] = 'https://www.twitch.tv/videos/1680260767',
["offset"] = ''
},
["3x43"] = {
["url"] = 'https://www.twitch.tv/videos/1686481916',
["offset"] = '14m55s'
},
["3x44"] = {
["url"] = 'https://www.twitch.tv/videos/1699004447',
["offset"] = '14:55'
},
["3x45"] = {
["url"] = 'https://www.twitch.tv/videos/1705744545',
["offset"] = '15:33'
},
["3x46"] = {
["url"] = 'https://www.twitch.tv/videos/1719596293',
["offset"] = '14:55'
},
["3x47"] = {
["url"] = 'https://www.twitch.tv/videos/1726571478',
["offset"] = '14:55'
},
["3x48"] = {
["url"] = 'https://www.twitch.tv/videos/1733632001',
["offset"] = '14:55'
},
["3x49"] = {
["url"] = 'https://www.twitch.tv/videos/1740460551',
["offset"] = '14:55'
},
["3x50"] = {
["url"] = 'https://www.twitch.tv/videos/1754072907',
["offset"] = '14:55'
},
["3x51"] = {
["url"] = 'https://www.twitch.tv/videos/1760661305',
["offset"] = '14:55'
},
["3x52"] = {
["url"] = 'https://www.twitch.tv/videos/1767331129',
["offset"] = '14:55'
},
["3x53"] = {
["url"] = 'https://www.twitch.tv/videos/1773836454',
["offset"] = '14:55'
},
["3x54"] = {
["url"] = 'https://www.twitch.tv/videos/1786802622',
["offset"] = '14:55'
},
["3x55"] = {
["url"] = 'https://www.twitch.tv/videos/1793095227',
["offset"] = '14:55'
},
["3x56"] = {
["url"] = 'https://www.twitch.tv/videos/1799296872',
["offset"] = '14:55'
},
["3x57"] = {
["url"] = 'https://www.twitch.tv/videos/1811672725',
["offset"] = '14:55'
},
["3x58"] = {
["url"] = 'https://www.twitch.tv/videos/1817632823',
["offset"] = '14:55'
},
["3x59"] = {
["url"] = '',
["offset"] = ''
},
["3x60"] = {
["url"] = '',
["offset"] = ''
},
["OSx52"] = {
["url"] = 'https://www.twitch.tv/videos/1833710174',
["offset"] = '10:11'
},
}