This file contains hidden or 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
    
  
  
    
  | #!/usr/bin/env python3 | |
| import re | |
| from urllib.request import urlopen | |
| import json | |
| from itertools import chain | |
| linkregex = re.compile(r'(https?://([\w\.-]*)?\.sz-online\.de)(/[\w/-]*\.html)') | 
  
    
      This file contains hidden or 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
    
  
  
    
  | {-# LANGUAGE UnicodeSyntax #-} | |
| module StyleAll where | |
| import Control.Monad | |
| import Control.Monad.Unicode | |
| import Data.Bool | |
| import Prelude.Unicode | |
| import System.Directory | |
| import System.Environment | 
  
    
      This file contains hidden or 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
    
  
  
    
  | {-# LANGUAGE OverloadedStrings #-} | |
| {-# LANGUAGE UnicodeSyntax #-} | |
| import Control.Concurrent (threadDelay) | |
| import Control.Monad (forever) | |
| import Filesystem | |
| import Filesystem.Path.CurrentOS | |
| import Prelude hiding (FilePath) | |
| import Prelude.Unicode | 
NewerOlder