This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Microsoft Windows [Version 10.0.22000.2176] | |
(c) Microsoft Corporation. All rights reserved. | |
C:\Users\super>cd\ | |
C:\>cd git | |
C:\git>cd sabnzbd | |
C:\git\sabnzbd>FOR /F %k in (requirements.txt) DO ( if NOT # == %k ( pip install %k ) ) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
selftesthost = "test-ipv6.sabnzbd.org" | |
#selftesthost = "test-ipv6.sabnzbd.org" | |
import socket | |
import logging | |
logging.basicConfig(level=logging.DEBUG) | |
def test_ipv6(): | |
""" Check if external IPv6 addresses are reachable """ | |
if not selftesthost: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1" ?> | |
<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.0//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.0.dtd"> | |
<!-- NZB Generated by Binsearch.info --> | |
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb"> | |
<file poster="[email protected] (CPP-User)" date="1446169549" subject="(Big.Buck.Bunny.2008.1080p.x264-60fps FIXED) [00/34] - "Big.Buck.Bunny.2008.1080p.x264-60fps.nzb" yEnc (1/1)"> | |
<groups><group>alt.binaries.boneless</group></groups> | |
<segments> | |
<segment bytes="132186" number="1">nnd$2bf6d77b$4793831a@2afcdd50c16330b8</segment> | |
</segments> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="iso-8859-1" ?> | |
<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.0//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.0.dtd"> | |
<!-- NZB Generated by Binsearch.info (fcgi) --> | |
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb"> | |
<file poster="[email protected] (CPP-User)" date="1446169549" subject="(Big.Buck.Bunny.2008.1080p.x264-60fps FIXED) [00/34] - "Big.Buck.Bunny.2008.1080p.x264-60fps.nzb" yEnc (1/1)"> | |
<groups><group>alt.binaries.boneless</group></groups> | |
<segments> | |
<segment bytes="132186" number="1">nnd$2bf6d77b$4793831a@2afcdd50c16330b8</segment> | |
</segments> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "hallo daar!" | |
if True: | |
print "Ja" |