First you need to download it from here. Then you must extract it.
tar zxvf 349.tgz
cd ssh
First you need to download it from here. Then you must extract it.
tar zxvf 349.tgz
cd ssh
#!/usr/bin/env python3 | |
# -*- coding: utf-8 -*- | |
import requests | |
from lxml import html | |
def load_doc(): | |
doc= requests.get('http://www.spiegel.de/kultur/literatur/spiegel-bestseller-taschenbuecher-a-1025518.html') |