mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-06-20 12:54:23 -04:00
forgot to add the new test data
This commit is contained in:
parent
e9c7606318
commit
0e9f4a0c26
4 changed files with 16 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -32,7 +32,7 @@ def find_package_data(package):
|
||||||
|
|
||||||
setuptools.setup(
|
setuptools.setup(
|
||||||
name='brozzler',
|
name='brozzler',
|
||||||
version='1.1b9.dev210',
|
version='1.1b9.dev211',
|
||||||
description='Distributed web crawling with browsers',
|
description='Distributed web crawling with browsers',
|
||||||
url='https://github.com/internetarchive/brozzler',
|
url='https://github.com/internetarchive/brozzler',
|
||||||
author='Noah Levitt',
|
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…
Add table
Add a link
Reference in a new issue