Merge branch 'master' into LaneSh4d0w-patch-1
This commit is contained in:
commit
faa578fb6e
|
@ -132,7 +132,8 @@ jobs:
|
|||
This pull request is created by [auto-update][1] workflow.
|
||||
|
||||
[1]: https://github.com/iptv-org/iptv/actions/runs/${{ github.run_id }}
|
||||
- uses: JamesIves/github-pages-deploy-action@4.2.0
|
||||
- name: Deploy to GitHub Pages
|
||||
uses: JamesIves/github-pages-deploy-action@4.2.0
|
||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
branch: gh-pages
|
||||
|
@ -142,7 +143,9 @@ jobs:
|
|||
git-config-email: 84861620+iptv-bot[bot]@users.noreply.github.com
|
||||
commit-message: '[Bot] Deploy to GitHub Pages'
|
||||
clean: false
|
||||
- uses: JamesIves/github-pages-deploy-action@4.2.0
|
||||
- run: git checkout -b ${{ steps.create-branch-name.outputs.branch_name }}
|
||||
- name: Deploy to iptv-org/api
|
||||
uses: JamesIves/github-pages-deploy-action@4.2.0
|
||||
if: ${{ !env.ACT && github.ref == 'refs/heads/master' }}
|
||||
with:
|
||||
repository-name: iptv-org/api
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -25,8 +25,6 @@ http://hls.cdn.bg:2006/fls/bonair.stream/playlist.m3u8
|
|||
http://ios.cdn.bg:2006/fls/bonair.stream/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="CityTV.bg" status="online",City TV (576p) [Not 24/7]
|
||||
https://tv.city.bg/play/tshls/citytv/index.m3u8
|
||||
#EXTINF:-1 tvg-id="Diema.bg" status="error",Diema [Offline]
|
||||
https://cdn1.mobiletv.bg/T13/diema/diema_794613_850k.m3u8
|
||||
#EXTINF:-1 tvg-id="DMSAT.bg" status="error",DM SAT [Offline]
|
||||
https://cdn1.mobiletv.bg/T5/dm_sat/dm_sat_794613_850k.m3u8
|
||||
#EXTINF:-1 tvg-id="DSTV.bg" status="error",DSTV (614p) [Not 24/7]
|
||||
|
|
Loading…
Reference in New Issue