Changeset 40037 for titan/mediathek/localhoster/flashx.py
- Timestamp:
- 02/19/17 00:10:11 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/flashx.py
r39352 r40037 5 5 from lib.net import Net 6 6 import lib.common as common 7 import lib.fx_gmu as fx_gmu8 7 import lib.fx_gmu as fx_gmu 9 8 … … 17 16 18 17 def __init__(self): 18 # print "1111111111111" 19 19 self.net = Net() 20 # print "2222222222222" 21 20 22 url = str(sys.argv[1]) 23 # print "3333333333333" 24 21 25 host = self.get_host_and_id(url)[0] 26 # print "4444444444444" 27 22 28 media_id = self.get_host_and_id(url)[1] 29 # print "5555555555555" 23 30 24 31 return self.get_media_url(host, media_id) … … 65 72 # py_data = f.read() 66 73 # import fx_gmu 74 # print "aaaaaaaaaaaa" 75 67 76 web_url = self.get_url(host, media_id) 77 # print "bbbbbbbbbbbb", web_url 78 68 79 print fx_gmu.get_media_url(web_url) 80 # print "cccccccccccc" 81 69 82 # except Exception as e: 70 83 # print 'error'
Note: See TracChangeset
for help on using the changeset viewer.