This makes server.py compatible with both Python2 and Python3.
The expect as e syntax works since Python 2.6, including all versions
of Python3. The urllib changed structure between Python2 and Python3
process.py was already 2/3 compatible. rcast.py needs a lot of work,
but can be done separately since it is run on another host.
YoutubeFullUrl.py is not used anywhere.
This makes
server.py
compatible with both Python2 and Python3. Theexpect as e
syntax works since Python 2.6, including all versions of Python3. The urllib changed structure between Python2 and Python3process.py
was already 2/3 compatible.rcast.py
needs a lot of work, but can be done separately since it is run on another host.YoutubeFullUrl.py
is not used anywhere.Fixes #56