Changeset 36970 for titan/mediathek/localparser_secret/beeg.sh
- Timestamp:
- 01/28/16 00:44:55 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/mediathek/localparser_secret/beeg.sh
r36969 r36970 64 64 } 65 65 /^\}/ { if (table == "videos") { 66 print title "#" SRC " " SRC " stream video/" id "#https://img.beeg.com/236x177/" id ".jpg#" PARSER "_" id ".jpg#" NAME "# 0"66 print title "#" SRC " " SRC " stream video/" id "#https://img.beeg.com/236x177/" id ".jpg#" PARSER "_" id ".jpg#" NAME "#111" 67 67 title = "" 68 68 id = "" … … 139 139 } 140 140 if (video != "null") { 141 print title "#https:" video "#https://img.beeg.com/236x177/" id ".jpg#" PARSER "_" id ".jpg#" NAME "#2" 141 # print title "#https:" video "#https://img.beeg.com/236x177/" id ".jpg#" PARSER "_" id ".jpg#" NAME "#2" 142 print "https:" video 142 143 } 143 144 title = "" … … 225 226 } 226 227 ' >/tmp/tithek/$PARSER.list 227 echo "/tmp/tithek/$PARSER.list" 228 # echo "/tmp/tithek/$PARSER.list" 229 cat "/tmp/tithek/$PARSER.list" 228 230 } 229 231
Note: See TracChangeset
for help on using the changeset viewer.