mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-21 08:06:27 -04:00
Merge branch 'master' into qa
* master: forgot to add the new test data
This commit is contained in:
commit
4e55dea519
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||
|
||||
setuptools.setup(
|
||||
name='brozzler',
|
||||
version='1.1b9.dev210',
|
||||
version='1.1b9.dev211',
|
||||
description='Distributed web crawling with browsers',
|
||||
url='https://github.com/internetarchive/brozzler',
|
||||
author='Noah Levitt',
|
||||
|
15
tests/htdocs/site6/index.html
Normal file
15
tests/htdocs/site6/index.html
Normal file
@ -0,0 +1,15 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>video test</title>
|
||||
</head>
|
||||
<body>
|
||||
<!--
|
||||
videos are from
|
||||
http://techslides.com/sample-webm-ogg-and-mp4-video-files-for-html5
|
||||
-->
|
||||
<video autoplay="" muted="" id="bgvid" loop="">
|
||||
<source src="small.webm" type="video/webm">
|
||||
<source src="small.mp4" type="video/mp4">
|
||||
</video>
|
||||
</body>
|
||||
</html>
|
BIN
tests/htdocs/site6/small.mp4
Normal file
BIN
tests/htdocs/site6/small.mp4
Normal file
Binary file not shown.
BIN
tests/htdocs/site6/small.webm
Normal file
BIN
tests/htdocs/site6/small.webm
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user