forked from indymedia/epicyon
Return value
parent
2f00cf06e7
commit
58dd8b62c3
2
media.py
2
media.py
|
@ -19,7 +19,7 @@ from shutil import copyfile
|
||||||
from shutil import rmtree
|
from shutil import rmtree
|
||||||
from shutil import move
|
from shutil import move
|
||||||
|
|
||||||
def replaceYouTube(postJsonObject: {}):
|
def replaceYouTube(postJsonObject: {}) -> None:
|
||||||
"""Replace YouTube with invidio.us
|
"""Replace YouTube with invidio.us
|
||||||
This denies Google some, but not all, tracking data
|
This denies Google some, but not all, tracking data
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue