10 lines
188 B
Python
10 lines
188 B
Python
from python_sponsorblock import SponsorBlock
|
|
|
|
|
|
if __name__ == "__main__":
|
|
sb = SponsorBlock(silent=True)
|
|
|
|
|
|
print(sb.get_segments("https://yt.artemislena.eu/watch?v=w5GmDRW975g"))
|
|
|