1
0
mirror of https://github.com/webrecorder/pywb.git synced 2025-03-15 00:03:28 +01:00

minor changelist tweak

This commit is contained in:
Ilya Kreymer 2014-12-26 18:03:12 -08:00
parent b6e1f14f4d
commit 323b537047

View File

@ -7,7 +7,9 @@ pywb 0.7.0 changelist
* Support for replaying HTTP/1.1 range requests for any archived resorce (optional range cache be disabled via `enable_ranges: false`) * Support for replaying HTTP/1.1 range requests for any archived resorce (optional range cache be disabled via `enable_ranges: false`)
* Support for on-the-fly video replacement of flash with HTML5 video. * Support for on-the-fly video replacement of Flash with HTML5 using new video rewrite system ``vidrw.js``.
(Designed for all Flash videos, with varying levels of special cases for YouTube, Vimeo, Soundcloud and Dailymotion)
* Use `youtube-dl <http://rg3.github.io/youtube-dl/>`_ to find actual video streams from page urls, record video info. * Use `youtube-dl <http://rg3.github.io/youtube-dl/>`_ to find actual video streams from page urls, record video info.