Changeset 38985 for titan/mediathek/localhoster
- Timestamp:
- 09/24/16 17:13:37 (7 years ago)
- Location:
- titan/mediathek/localhoster
- Files:
-
- 3 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localhoster/hoster.sh
r38960 r38985 62 62 } 63 63 64 allmyvideos() 65 { 66 python $CMD/allmyvideos.py $INPUT 67 } 64 68 65 69 if [ "$TYPE" == "get" ];then … … 69 73 vidup) vidup $INPUT;; 70 74 nosvideo) nosvideo $INPUT;; 75 allmyvideos) allmyvideos $INPUT;; 71 76 esac 72 77 fi -
titan/mediathek/localhoster/nosvideo.py
r38961 r38985 2 2 import sys 3 3 import re 4 from net import Net4 from lib.net import Net 5 5 6 6 class NosvideoResolver(object): -
titan/mediathek/localhoster/vidup.py
r38961 r38985 3 3 import re 4 4 from lib import jsunpack 5 from net import Net5 from lib.net import Net 6 6 7 7 class VidUpMeResolver(object):
Note: See TracChangeset
for help on using the changeset viewer.