aboutsummaryrefslogtreecommitdiffhomepage
path: root/player/lua/ytdl_hook.lua
Commit message (Expand)AuthorAge
* ytdl_hook: fix audio not being picked up for some sitesGravatar Ricardo Constantino2018-09-26
* ytdl_hook: always load ytdl:// links with ytdl_hook firstGravatar Ricardo Constantino2018-08-17
* ytdl_hook: try to set video track first if availableGravatar Ricardo Constantino2018-05-03
* ytdl_hook: don't log error when loading is abortedGravatar wm42018-04-15
* ytdl_hook: add ytdl:// prefix again for non-youtube playlistsGravatar Ricardo Constantino2018-02-11
* ytdl_hook: add script opt for using manifest URLsGravatar Ricardo Constantino2018-02-11
* ytdl_hook: parse youtube playlist urls to set start indexGravatar Ricardo Constantino2018-02-11
* ytdl_hook: exit early, save an indentation levelGravatar Ricardo Constantino2018-02-11
* ytdl_hook: various nitGravatar Ricardo Constantino2018-02-11
* ytdl_hook: whitelist subtitle URLs as wellGravatar Ricardo Constantino2018-02-11
* ytdl_hook: use fallback if there's no demuxer-lavf-list propGravatar Ricardo Constantino2018-02-11
* ytdl_hook: pass http proxy to ffmpegGravatar Ricardo Constantino2018-01-30
* ytdl_hook: pre-append id-only playlist items with shortened youtube URLGravatar Ricardo Constantino2018-01-29
* ytdl_hook: whitelist segmented DASH and HLS for the manifests codeGravatar Ricardo Constantino2018-01-27
* ytdl_hook: prefer hls/dash manifest if availableGravatar Ricardo Constantino2018-01-26
* ytdl_hook: fix safe url checking with EDL urlsGravatar Ricardo Constantino2018-01-26
* ytdl_hook: move url_is_safe earlier in codeGravatar Ricardo Constantino2018-01-26
* ytdl_hook: whitelist protocols from urls retrieved from youtube-dlGravatar Ricardo Constantino2018-01-26
* ytdl_hook: support native dash demuxer, if presentGravatar Ricardo Constantino2018-01-15
* ytdl_hook: look for the right ytdl binary according to systemGravatar Ricardo Constantino2018-01-12
* ytdl_hook: be more informative when youtube-dl failsGravatar Ricardo Constantino2018-01-12
* ytdl_hook: don't try to use webpage_url if non-existentGravatar Ricardo Constantino2018-01-11
* ytdl_hook: actually use the script option from 87d3af6Gravatar Ricardo Constantino2018-01-07
* ytdl_hook: add script option to revert to trying youtube-dl firstGravatar Ricardo Constantino2018-01-07
* ytdl_hook: check for possible infinite loop in playlist generationGravatar Ricardo Constantino2018-01-06
* ytdl_hook: add additional check for comedycentral urlsGravatar Ricardo Constantino2018-01-06
* ytdl_hook: update obsolete warning about retrying URL if failedGravatar Ricardo Constantino2018-01-04
* player: add on_load_fail hookGravatar Ricardo Constantino2018-01-02
* ytdl_hook: fix single-entry playlistsGravatar Ricardo Constantino2018-01-02
* ytdl_hook: use table concat for playlist buildingGravatar Ricardo Constantino2017-12-24
* ytdl_hook: don't preappend ytdl:// to non-youtube links in playlistsGravatar Ricardo Constantino2017-12-24
* Revert "ytdl: handle HLS with FFmpeg"Gravatar Kevin Mitchell2017-12-07
* ytdl: handle HLS with FFmpegGravatar wm42017-12-06
* ytdl_hook: resolve relative paths when joining segment urlsGravatar Ricardo Constantino2017-09-03
* ytdl_hook: support fragments with relative pathsGravatar Ricardo Constantino2017-08-06
* ytdl_hook: add a header to support geo-bypassGravatar Jagannathan Tiruvallur Eachambadi2017-07-16
* ytdl_hook: actually load the script-optsGravatar Ricardo Constantino2017-07-11
* ytdl_hook: add option to exclude URLs from being parsedGravatar Ricardo Constantino2017-07-11
* ytdl_hook: add times for ytdl and hook running on debug-levelGravatar Ricardo Constantino2017-07-11
* ytdl_hook: add pre-parsed chapters, if availableGravatar Ricardo Constantino2017-07-02
* ytdl_hook: don't override start time set by saved stateGravatar Martin D2017-06-09
* ytdl_hook: don't override user-set start timeGravatar Ricardo Constantino2017-06-08
* ytdl_hook: rework edl joining to use lua tablesGravatar Ricardo Constantino2017-05-04
* ytdl_hook: treat single-entry playlists as a single videoGravatar Ricardo Constantino2017-04-23
* ytdl_hook: move single video code to a separate functionGravatar Ricardo Constantino2017-04-23
* ytdl_hook: support livestream segmented DASH VODsGravatar Ricardo Constantino2017-02-10
* ytdl_hook: reenable support for length-less segments in EDLGravatar Ricardo Constantino2017-02-06
* ytdl_hook: fix EDL syntaxGravatar wm42017-02-05
* ytdl_hook: Add non-dash fallbacks to default formatsGravatar Ricardo Constantino2017-02-04
* ytdl_hook, edl: implement pseudo-DASH supportGravatar wm42017-02-04