mirror of
https://github.com/Ragora/TSScraper.git
synced 2026-02-20 15:13:45 +00:00
Initial commit.
This commit is contained in:
commit
c149d6bad8
6 changed files with 329 additions and 0 deletions
24
data/indextempl.html
Normal file
24
data/indextempl.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>TS Scraper | Index</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY>
|
||||
<CENTER>
|
||||
<FONT SIZE="12">
|
||||
TS Scraper
|
||||
</FONT>
|
||||
<HR></br>
|
||||
|
||||
<FONT SIZE="6"><U>File Index</U></FONT></br></br>
|
||||
|
||||
{% for file in files %}
|
||||
<a href="{{ file.path }}">{{ file.path }}</a></br>
|
||||
{% endfor %}
|
||||
|
||||
</br>
|
||||
This file was auto-generated by TS Scraper.</br>
|
||||
TS Scraper is written in Python 2 by Robert MacGregor.
|
||||
</CENTER>
|
||||
</BODY>
|
||||
</HTML>
|
||||
Loading…
Add table
Add a link
Reference in a new issue