]> code.delx.au - webdl/history - common.py
Fixed silly bug in removing ffmpeg detection
[webdl] / common.py
2023-06-04 James BuntonFixed silly bug in removing ffmpeg detection master
2023-06-04 James BuntonOnly support ffmpeg
2023-06-04 James BuntonFix weird requests errors
2020-06-29 James BuntonLog to stdout instead of stderr
2020-04-13 James BuntonSend user-agent when downloading HLS videos (fixes...
2020-04-13 James BuntonDrop livestreamer support, it probably didn't work...
2020-04-12 James BuntonUse natural_sort
2020-04-12 James BuntonSort nodes so that autograbber fetches them in a more...
2019-05-19 James BuntonDeprecate livestreamer and libav-tools
2018-06-25 James BuntonPrefer ffmpeg if it is installed
2018-06-10 James Buntonget_duration() falls back to decoding the file
2018-06-10 James Buntonsbs: ability to download mpd/dash files (only works...
2018-02-24 James BuntonSwitch to streamlink
2018-02-24 James BuntonReimplemented Channel 10
2017-03-19 James BuntonFixed unicode issue for ABC iView auth XML
2017-03-14 James BuntonOld requests_cache versions break streaming, so don...
2017-03-13 James BuntonForce overwriting existing files to avoid prompting
2017-02-22 James BuntonCreate directory for cache file
2017-02-22 James BuntonSwitch to requests to remove custom caching code
2017-02-22 James BuntonUse pip/requirements.txt, now needs Python3
2017-02-09 James BuntonFix for avprobe python2
2016-10-20 James BuntonUse ffprobe duration to determine if the remux succeeded
2015-10-05 James BuntonHandle URLs without scheme, fixes SBS issue #27
2015-08-08 James BuntonDon't strip scheme from livestreamer URLs - support...
2015-05-30 James Buntonsupport grabbing brightcove widevine videos - for channel 9
2015-05-30 James Buntonpython3 compatibility
2015-05-24 James BuntonRemoved unneeded stuff
2015-05-24 James BuntonFixed Channel 9
2015-05-24 James BuntonUse livestreamer for iview HLS instead of my own code
2015-05-24 James BuntonDisable Plus7
2015-05-24 James BuntonAdobe HDS support for SBS
2015-03-26 James Buntonwebdl: Allow XDG_CACHE_HOME to override default of...
2015-03-26 James Buntonwebdl: open files in binary mode for windows compatibility
2014-11-08 James Buntonwebdl: support for ffmpeg as well as avconv
2014-08-31 James Buntonwebdl: sanify HLS filenames
2014-08-20 James Buntonwebdl: refactored HLS download and convert to mp4 logic
2014-08-19 James Buntonhls: allow last segment to be missing
2014-08-19 James Buntoniview: Use HLS instead of RTMP
2014-07-12 James BuntonSwitch from ffmpeg binary to avconv
2014-06-20 James BuntonSwitch from tabs to spaces
2014-04-09 James Buntonwebdl: close file before converting with ffmpeg
2013-07-11 James BuntonFixed SBS
2013-06-23 James BuntonChannel 9 & 10 (Brightcove API) support
2013-06-15 James BuntonSwitch user agent to OSX
2012-12-15 James BuntonFixed Yahoo Plus7
2012-10-13 James BuntonDon't depend on autosocks
2012-10-08 James BuntonPrint newline at the end of http download
2012-10-02 James BuntonBetter sorting for SBS
2012-10-02 James BuntonFixed SBS downloader
2012-10-02 James BuntonFixed whitespace
2012-10-02 James BuntonNatural sorting + lazy loading of iView
2012-05-23 James BuntonMore valid chars
2012-04-13 James BuntonFixed conversion
2012-04-13 James BuntonYahoo Plus7 support
2012-04-13 James BuntonSmall cleanup
2012-04-13 James BuntonAdded grab_html
2012-04-13 James BuntonConvert flv to mp4 automatically
2012-04-13 James BuntonLazy loading plus support for SBS HTTP videos
2012-04-12 James BuntonUse sane filenames, print 'Downloading filename' always
2012-04-04 James BuntonUnlink cache files that failed to download
2011-12-19 James BuntonReturn True when rtmpdump succeeds
2011-12-19 James BuntonAdded swf hash url back into iView
2011-12-19 James BuntonImproved caching
2011-12-18 James BuntoniView and SBS webdl stuff gets its own project, now...