You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow the extension to create a local proxy server and convert the original_m3u8_URL into a form similar to http://127.0.0.1:xxxx/proxy_m3u8_URL. This makes it convenient to write code in the local proxy service to process m3u8 files and removing ad segments in it to achieve the effect of ad removal.
Describe your suggested feature
Allow the extension to create a local proxy server and convert the original_m3u8_URL into a form similar to http://127.0.0.1:xxxx/proxy_m3u8_URL. This makes it convenient to write code in the local proxy service to process m3u8 files and removing ad segments in it to achieve the effect of ad removal.
Other details
#EXTINF:4.879878,
178535fe732001494.ts
#EXTINF:3.712033,
178535fe732001495.ts
#EXTINF:5.338667,
178535fe732001496.ts
#EXTINF:2.627633,
178535fe732001497.ts
#EXT-X-DISCONTINUITY
#EXTINF:6.756744,
178535fe732001498.ts
#EXT-X-DISCONTINUITY
#EXTINF:6.400000,
17117105756011876.ts //AD
#EXTINF:2.800000,
17117105756011877.ts //AD
#EXTINF:3.333333,
17117105756011878.ts //AD
#EXTINF:3.700000,
17117105756011879.ts //AD
#EXTINF:1.766667,
17117105756011880.ts //AD
#EXT-X-DISCONTINUITY
#EXTINF:4.170833,
178535fe732001499.ts
#EXTINF:1.584922,
178535fe732001500.ts
#EXTINF:4.587911,
178535fe732001501.ts
Acknowledgements
The text was updated successfully, but these errors were encountered: