Ignore:
Timestamp:
01/28/16 00:44:55 (7 years ago)
Author:
obi
Message:

tithek fix local parser serach

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/mediathek/localparser_secret/beeg.sh

    r36969 r36970  
    6464      }
    6565/^\}/ { 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"
    6767           title = ""
    6868           id = ""
     
    139139        }
    140140        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
    142143           }
    143144        title = ""
     
    225226      }
    226227' >/tmp/tithek/$PARSER.list
    227         echo "/tmp/tithek/$PARSER.list"
     228#       echo "/tmp/tithek/$PARSER.list"
     229        cat "/tmp/tithek/$PARSER.list"
    228230}
    229231
Note: See TracChangeset for help on using the changeset viewer.