1
0
mirror of https://github.com/spaam/svtplay-dl.git synced 2024-11-24 04:05:39 +01:00

Update the version number

This commit is contained in:
Johan Andersson 2012-07-27 21:41:01 +02:00
parent f53ec6c798
commit c3c7b18f1b

View File

@ -19,7 +19,7 @@ import json
import time import time
import logging import logging
__version__ = "0.7.2012.06.07" __version__ = "0.7.2012.07.27"
def get_http_data(url, method="GET", header="", data=""): def get_http_data(url, method="GET", header="", data=""):
""" Get the page to parse it for streams """ """ Get the page to parse it for streams """