├── .gitignore
├── README.md
├── bookscrape
├── .idea
│ ├── bookscrape.iml
│ ├── inspectionProfiles
│ │ ├── Project_Default.xml
│ │ └── profiles_settings.xml
│ ├── misc.xml
│ ├── modules.xml
│ └── workspace.xml
└── bookscraper
│ ├── bookscraper
│ ├── __init__.py
│ ├── items.py
│ ├── pipelines.py
│ ├── run.py
│ ├── settings.py
│ └── spiders
│ │ ├── BookScraperCss.py
│ │ ├── BookScraperXpath.py
│ │ └── __init__.py
│ ├── booksdata.csv
│ ├── product_images
│ └── full
│ │ ├── 0022582dab850a337ec4e8ea38c5292df064a2b4.jpg
│ │ ├── 008e41831a508e796d79aec2f8942570555dbd3d.jpg
│ │ ├── 02412187dc0977c058751f8d8099049c7620c4ef.jpg
│ │ ├── 02dc2508a5193222eeb2be9b54c411ad86f42b2e.jpg
│ │ ├── 03498c2198fbc2e403baa816b2d738b738a32d58.jpg
│ │ ├── 04667698061c82b2c4fc3d1b5ff12f082b94246f.jpg
│ │ ├── 04a0e7a634eb61a24adae7883f408f44d2b87802.jpg
│ │ ├── 055a9fd3903600a2eb5f23363f47b2a7507dc314.jpg
│ │ ├── 0647e7f7e2a01df777b7721a4e2a03e7afe54cec.jpg
│ │ ├── 0666723e479b14af2f912c2f6eb533615f8d1705.jpg
│ │ ├── 06903f9bc1b514fb2214f0e0d0e40219bdfbb707.jpg
│ │ ├── 06aba0b9fa24cfbe983d6fc11458ecaff48c9d3d.jpg
│ │ ├── 06c4b677e6cb2b6395469e547be78ac7f777471d.jpg
│ │ ├── 07e9277143c4380f169fdd1f519744c3a9cd2a2a.jpg
│ │ ├── 081c3505e8b8f4790453adb1f9dd1717dc10db8b.jpg
│ │ ├── 0897247d6e22d961952f95624362723c04d3e230.jpg
│ │ ├── 0899914ac4d7ce204e734cbf33e95b3078292394.jpg
│ │ ├── 089d395cb8310933a79cb3edd7dbef1cbf05a864.jpg
│ │ ├── 08f750c8ea410e5bb064445565742dd56d3ab115.jpg
│ │ ├── 0956ecf7efc2276da9de80d01abd5c8ad6bc32b3.jpg
│ │ ├── 09700ee14fb52a666c83e535744a6944d8c4c214.jpg
│ │ ├── 09984e7bcc768b59229f79f7b88405c1a8a2dc4b.jpg
│ │ ├── 09a0b39ead7afe96429c0f9c7cf070fd5012e879.jpg
│ │ ├── 0a007ac89083ad8b68c56ec0f8df5a811e76607c.jpg
│ │ ├── 0a115c023dee8c2e0a5728a0b4390d32bc4ee4e4.jpg
│ │ ├── 0b6462a030aaacee5f19b4945f8ea6b37e79549f.jpg
│ │ ├── 0b8d193eeb4c5ab18ee804d1b4641b1298bf7042.jpg
│ │ ├── 0bbb2aa527ea3619330360a4d11d1a85d342b23d.jpg
│ │ ├── 0bceb30e8d9d10e91f49c91aa95f8695b5821b69.jpg
│ │ ├── 0bd68b8acbf7f0feeb74d9245b9e073bb2ef5567.jpg
│ │ ├── 0c46e5da23d301a2f5cf68e9475c111e1c1cae9e.jpg
│ │ ├── 0ce88f30e707a5ba59ae867a141f1625523467d1.jpg
│ │ ├── 0e02d19adb0d12d14bb4f07cf87fc375355fd9be.jpg
│ │ ├── 0e6a4cd8928c96635bdfb7d8b55f7cadbc24275c.jpg
│ │ ├── 0e934219d79000bcde5b3ed59cce80d5577c6aeb.jpg
│ │ ├── 0f32cb93fdb8c5d6110fb90c66e757d5fd1e6cec.jpg
│ │ ├── 0f4cbc4267db3f1c9dcb6c3f4deafa900fa71a59.jpg
│ │ ├── 0f5901f00df77188f7262f8a76565f6a2ade7efd.jpg
│ │ ├── 0ff810e69295f3696b7e25bfc206ad5c9878eec7.jpg
│ │ ├── 0fff1f11381a19faf5a6fdb536c82b003d7422cb.jpg
│ │ ├── 10e3e56fb524ca6757285845ed2261e9c48cc57c.jpg
│ │ ├── 113f86b359b886b62f6b8c883a6d74f6b881d0f0.jpg
│ │ ├── 12af744fc455994c99b4f05687abcbbee01c194e.jpg
│ │ ├── 130ecf760b784ba99eaf51636a82c17ba8f4ae22.jpg
│ │ ├── 131b7889d709233e3321e4dd3b02fa4a6a966db9.jpg
│ │ ├── 137f00bcbcaac2fff5124b5435185eee3a1cda63.jpg
│ │ ├── 14811402f7660ed1a6ea7ee0ba372d3c1e6df799.jpg
│ │ ├── 14bf6d54c3f81c1297a49cfad574443c6c0e39b1.jpg
│ │ ├── 159e119c22350996246200ca06c4daeb1283c984.jpg
│ │ ├── 16d4511e9231454393ff96c6c47e1d12df41e56b.jpg
│ │ ├── 1754d2b75b37039d383e66b29427cf6c251eee0f.jpg
│ │ ├── 17919248cbd6a5471c4e9c06351cdcc2b593d964.jpg
│ │ ├── 18d4615c26a4ae1e95612a2be132d8622096ac7a.jpg
│ │ ├── 19e14b0d6570329a37dbbdc0c6f169087b46cbb5.jpg
│ │ ├── 1a2590a8d8febb62e326542d2175fc26451fcca7.jpg
│ │ ├── 1a5b306e554844945355590ec58b5085842da2c5.jpg
│ │ ├── 1ab799e844c9ed9212e670ccd61f4d787b5a9ce6.jpg
│ │ ├── 1bff85fb252841a2a6efd400500245f343c8e1d4.jpg
│ │ ├── 1c1a130c161d186db9973e70558b6ec221ce7c4e.jpg
│ │ ├── 1c3fa92c9299c538e934638cad86276b3cd1e39c.jpg
│ │ ├── 1c92740344002530f720deb546ef5e6c84cbb97e.jpg
│ │ ├── 1c94f7dd02228b0039aafcf36c7aacf8ab5b6cdd.jpg
│ │ ├── 1d27472dcaf9e1dadd5491cfef9ad0617dbd7aac.jpg
│ │ ├── 1dfb8735352afe797019b3d0cde68c8569116a23.jpg
│ │ ├── 1e3a898e1e762ecb1bd02496c22cdb627541cd1d.jpg
│ │ ├── 1e8ec8f47121759bba0d94719f4a4b0476d73de7.jpg
│ │ ├── 204b37906e452ca33714800d8eeebd94f191249f.jpg
│ │ ├── 2071cf0710d7af90f25391b4a9d129fd1aedd65f.jpg
│ │ ├── 20f1cd21a21e1bb52dd8e4b17deac3c369da7819.jpg
│ │ ├── 214a360996cbcbe7412bd77dae110c53e419eead.jpg
│ │ ├── 21c9f0728eb05b3749af2494116fb158b9340276.jpg
│ │ ├── 220386151a917c4dc4cb087d145c2fcb98ca7b85.jpg
│ │ ├── 22085b15411ee787d2491195cf321e39957bcdfe.jpg
│ │ ├── 222bbeb9f7eb9148fd4149ef2e5e2fd46e736d61.jpg
│ │ ├── 22ee15629ac289149e8edca6d42f7870d4f67249.jpg
│ │ ├── 2304d5389dd0142878e4b481f6a969e354ce3568.jpg
│ │ ├── 231a5a9954c482e272ffa7241e6fa3144fb2b31a.jpg
│ │ ├── 2359374a5166e63733a7337919c870d5558fac21.jpg
│ │ ├── 2434b481b3e6931b111204527b56ec4e49afa7f5.jpg
│ │ ├── 244c1c814422f0edbe2f69f7830622ef277766ba.jpg
│ │ ├── 2455bfdfa515f0117f701bc875c9ba35ba5c0218.jpg
│ │ ├── 2544554ab728b947a70eab03465d0ae3857580fe.jpg
│ │ ├── 2663b8d17436085906f1f3ffe42672815e142287.jpg
│ │ ├── 2778b6070b137f90e603a015f4c00e8934d5a145.jpg
│ │ ├── 28cd37d8bbffe857eec889db46dfe8073c61708e.jpg
│ │ ├── 295f0eb2b0d4c92b3c0fd251fe91114b46e9d5f9.jpg
│ │ ├── 2978edab92379a1cea2695a63f5b414f07cf02fc.jpg
│ │ ├── 299d0f2c7c5f697853190095067c678cdede2ce4.jpg
│ │ ├── 2a26e9e28beccf7fe190a36d680e5c8059091f62.jpg
│ │ ├── 2aca4c5508c235b77dd3842fb865394792ecef24.jpg
│ │ ├── 2acae89f7dccaa8d0a34b76682f61d5c151ffb37.jpg
│ │ ├── 2ba1abeada7f372ffcbd784edec8d9876d517d50.jpg
│ │ ├── 2c181d96944b4beff10ba3f435f3a6f342d4b420.jpg
│ │ ├── 2c32905eeeef0af601090be19de65bdae8bef81f.jpg
│ │ ├── 2c671ed736a883a4a3e33cf7692ba0182a7bf535.jpg
│ │ ├── 2e01256a3c95fecb29bc1642bd8d5ea553925fdc.jpg
│ │ ├── 2e978ec54f17b72345e5d5fce32855ea2864cbc1.jpg
│ │ ├── 2eae05baeece44bf48a6e274fd0c9f5f107efdfa.jpg
│ │ ├── 2ef584c4bd508b27dc18f8788c87734e068eade1.jpg
│ │ ├── 2faecc8e593884a86e5924913c319982d95b53f3.jpg
│ │ ├── 2fb8ac72f77b519c7a1a421c2de2ef67f42d0ebc.jpg
│ │ ├── 2fbef670feac354cdab7809d68430182fabb4ec2.jpg
│ │ ├── 308d368f2ee58142043ae1e5f52c5a8a61a6abce.jpg
│ │ ├── 31db6cf3cc263953f0e676e6c73895688efff8b6.jpg
│ │ ├── 32b22a93cc6a894e577f4643720feba89ebe0bf7.jpg
│ │ ├── 3312e2320721c0b1e5637756c7c1a44bb3ade766.jpg
│ │ ├── 334855e67b30d7957bec10e3a93d0487750be66b.jpg
│ │ ├── 339e89e5171a6f77d54fdb869e7b03074918804c.jpg
│ │ ├── 33ff05a278ba5663758031a03fdeb74c59d85a82.jpg
│ │ ├── 3516f734e036f86c9b36c07ef647ef1ebcdb218d.jpg
│ │ ├── 35b16f772ac5be23ae145937c1ed124b3453e22c.jpg
│ │ ├── 35ecef1efdfd35c7a1c1202e4a64aa9a99146dd1.jpg
│ │ ├── 367a82bd869c42bf1530b149af0b5d0297078d97.jpg
│ │ ├── 36a68d525d5a0f6a732b7e0e8cb5888a8704447f.jpg
│ │ ├── 36dce744e7357136ca899fefedab16d409e66fc9.jpg
│ │ ├── 375e2a5b76601d5a8d8a1e2e91fa6c92dc765d7a.jpg
│ │ ├── 375ee46c66ca2d4ff743c842b9dcf968b294508c.jpg
│ │ ├── 377ddec3b42113e594ab15d3a1af433a61dd6ca8.jpg
│ │ ├── 38581fd36114fc6fd933985fcbb1d1950e316e22.jpg
│ │ ├── 392b670e0130bf7c6dbe5b95d55e388b845c6c1d.jpg
│ │ ├── 3948b38e4551caff02ced753eed4ff5331ebb377.jpg
│ │ ├── 3a95c1ebd09ea8341d6f4975e146a09fa16f2a60.jpg
│ │ ├── 3b2fb4d76f6753a8adb1b43cac26dfd5d509dbe4.jpg
│ │ ├── 3b71f43da707220d71deef488e076a147826d33f.jpg
│ │ ├── 3c2495bfbb3e24e5cae6f7afbcd16690ccc9a98f.jpg
│ │ ├── 3c51336ec7fe7eec13c3072be09f668499666fb4.jpg
│ │ ├── 3ca6810576afa6ad7db591454119a90827747a0e.jpg
│ │ ├── 3cad5bfbaf468f134de426da714530ed32de49fb.jpg
│ │ ├── 3d116bb0c3dccd49da96ed17815b76139b22bbd9.jpg
│ │ ├── 3defbb5649ee6a3a0da820442b5d35799c935afb.jpg
│ │ ├── 3dfd4a1388c666ce0fc24816ecc1746c6eee2681.jpg
│ │ ├── 3f1a6e830340b8156cc685800bb6d088283d9e84.jpg
│ │ ├── 403731240ebf573176fb12395065673ae4800a60.jpg
│ │ ├── 4051e72c1cf973a034d07be713bbe546e82d366f.jpg
│ │ ├── 40b2f76aa0ce5f8ceda169c211a5e8b49124a098.jpg
│ │ ├── 40c16a0988a3bb1975a8866d303547a52834b31c.jpg
│ │ ├── 415406a48c8f6ee95de4e5f00fc86baa56a1c173.jpg
│ │ ├── 42734356782dda42004a8bb7cfc346d0f2a27498.jpg
│ │ ├── 42de97d7f57b81ba4243a9286cf71219b4551708.jpg
│ │ ├── 438a4a904e0679fc57d7119e8c0302d093291135.jpg
│ │ ├── 44806b72010683e9c36b6694a533b7893eb4740b.jpg
│ │ ├── 450c536a9c03528dbb779ce8b71f8883e53d13b0.jpg
│ │ ├── 4581691af32121000ec3fd9eb982d660c6a62290.jpg
│ │ ├── 45bb4b2143a191e1b448a70883149a7d3e11fc2a.jpg
│ │ ├── 46511ec9b20628e892b10899a9c7f40c2ca16ce7.jpg
│ │ ├── 469a651304c9d4eb169eafa76fd31f25dbe3cdcb.jpg
│ │ ├── 47a1fde1e17191982c015c670337c5c4a142f9ec.jpg
│ │ ├── 485bcd06d57f4bb5fc7206c538e12e1f8138710c.jpg
│ │ ├── 48608f8f20f330458f29a84dcf1fd0c9eab5233c.jpg
│ │ ├── 48ab71f20611be9f392363d1f2288c30f4a80d71.jpg
│ │ ├── 49e872dd75c50ed63cf886f9862ef82697f6f6d5.jpg
│ │ ├── 49e99f99d3dc8604f765fb1aa3b345a8bc3fc151.jpg
│ │ ├── 4ad0c38950d4caf2804d80bfaf1eba27b40d51eb.jpg
│ │ ├── 4bd7b007282e5664bb814414cc20e6f75dc88145.jpg
│ │ ├── 4c03e4a51dc25b625e1755845bd2f0f23cfe3daa.jpg
│ │ ├── 4cbdd618e8160075d3d53edaa43de07066c9ced6.jpg
│ │ ├── 4da374fb7834d36476d17521f2d88a800fb77137.jpg
│ │ ├── 4e2deec428f28cd9c8dac766d3904edadad6299f.jpg
│ │ ├── 4ea245c096d2f9d51e5640ba4c1e1f6be13b4d19.jpg
│ │ ├── 4fce7e173a268ad3c21777cb6ccdf88001265fe7.jpg
│ │ ├── 5014171991bca64918c075cfe2f3c44763b19666.jpg
│ │ ├── 50499ff79babfdebcdf6d10123d1d0f090d43024.jpg
│ │ ├── 505e5be0d17de9ee358abf4c7658336f4adad4d7.jpg
│ │ ├── 5079773ca0bdf9dcb687d3701e5f436372696bda.jpg
│ │ ├── 50a06b3620311508ae2443fc8a143cdfc8aac3c3.jpg
│ │ ├── 5195cdbde41af5f2601e795d99c15f5db975b6dd.jpg
│ │ ├── 5236664b61b2dfd0a9b1939a800edba3da77896e.jpg
│ │ ├── 5265c8ed7eb74435d4252b19515887928b4bbf69.jpg
│ │ ├── 52d88ce5c759f12c2960717a5893550de0806e38.jpg
│ │ ├── 5364b4846710788fb0cea3a3ecd7b741244d1b43.jpg
│ │ ├── 54343b558897641d2cc62f0e51595103683bc1aa.jpg
│ │ ├── 544243c3ff839daf27daffcec19483fd0f0c8b9d.jpg
│ │ ├── 54a3f70e8af8af0904f3fc4fa146728da86bacd2.jpg
│ │ ├── 54c7999e13a8886926398e2439ee1d35df3b21a7.jpg
│ │ ├── 55f7935fffccae86ffc823dada7f5ed628307a62.jpg
│ │ ├── 56f54160761e7cddae2504f8a9219825f6bcf63d.jpg
│ │ ├── 5719fcebaefaaf2150d11cd12cc2c2d6982db90f.jpg
│ │ ├── 57529c9d35d1c62657ec8d3d62692404bb2a5d14.jpg
│ │ ├── 57647bd07a5f525f6ca1ee0e6406ed571a641ed8.jpg
│ │ ├── 578ee96b69c05f1730ac5d697ce8fbaf11121b25.jpg
│ │ ├── 5810e22319d5568cb5ac352e763a6b7bdb8c9da4.jpg
│ │ ├── 589399dbae251f4c3d1051dc7125748b8a4ecf0f.jpg
│ │ ├── 58f604329815b7818d763733b8b8a519069c982c.jpg
│ │ ├── 599ac383d730e876510f1a717feaf40965000d2c.jpg
│ │ ├── 59d0249d6ae2eeb367e72b04740583bc70f81558.jpg
│ │ ├── 59ee93a28567ee3b87d9fbf153b265bd80c866dd.jpg
│ │ ├── 5a52fcdca43778a1ec6589a678ba4c436d0eb84f.jpg
│ │ ├── 5b005f66251c827fed2862ec2630628a735eb73c.jpg
│ │ ├── 5b3716db7b9933cf100388d13172ed80d7ed28c8.jpg
│ │ ├── 5b638fb5e1a349aca7eb44115175c344ccb0cb7b.jpg
│ │ ├── 5c6c9be81f369892f1d6f55a257792dc299b9f4a.jpg
│ │ ├── 5ce0d149e230e5af59248265a8d16fc4c034213a.jpg
│ │ ├── 5e775cc8c2fcbda560d122a56a4502c539bced0e.jpg
│ │ ├── 5e784bd6f809ed62af346446c8eb9cceaae84da0.jpg
│ │ ├── 5eae5558f902e0a2909ee2bafbf202d04726e524.jpg
│ │ ├── 5eef6cadb91dcf81ce1c7d539a5788c70940e405.jpg
│ │ ├── 5f276aed28c7862b73fac51b82a9f5296191bb8a.jpg
│ │ ├── 5fa3b44fabf3d99a6bf06707a8d1d4160834be12.jpg
│ │ ├── 60487003a4f4da3d866e25266465c6d58ff60246.jpg
│ │ ├── 616a383beeecfd22cff9cbb432d9cafea2e27288.jpg
│ │ ├── 61d0518aa9b4bcb55a5e0eb233879f477b1ff659.jpg
│ │ ├── 61dc9635cdd9f56a7395399c9b7a1a29696b68a3.jpg
│ │ ├── 633d84a3cbaeb61aef9395f601eee0e4e958c09b.jpg
│ │ ├── 6405b09b284634d4d0f0ee0ae8d5c0b09b4f5d07.jpg
│ │ ├── 64c8711a9378c80449f3613416b60119ef4716a7.jpg
│ │ ├── 64f372f5838b063c8db0bd574e92dd73a328f34c.jpg
│ │ ├── 652bf158c8abf6a824b8c36c0d99e595fa1e56a9.jpg
│ │ ├── 661fe09042d4d8c96bf34e3c2f2f888df52886bf.jpg
│ │ ├── 67365db9585f488e329ef2ddeae344258f400c7a.jpg
│ │ ├── 67b03596795214ac23faa834f64148e15b096774.jpg
│ │ ├── 68509fb5bdbd40b873e6538276311b783c0b318b.jpg
│ │ ├── 685410db89b6a3bbbacc407d5b9a238d5494c3c3.jpg
│ │ ├── 6887c325488348b514b3b1653f02e75b58dea9ee.jpg
│ │ ├── 695d80a1d495c6d2804148a06dcfa666cd4b3b55.jpg
│ │ ├── 6a22403f4102babb0fabe99e60259adaec98d54d.jpg
│ │ ├── 6af1e1852fa8fad6dac5a030baffbf0a2fbcf96f.jpg
│ │ ├── 6b2bb4162fea9b7df9df6460cdf636a9e3a6e2aa.jpg
│ │ ├── 6da642b20946519f7b7e06638e06fb7235c74dc4.jpg
│ │ ├── 6dc3c0078eb74907b35f97acb903354bb6ce3ff0.jpg
│ │ ├── 6e1b35d39c78f5004047b2df24941c7928d8ad30.jpg
│ │ ├── 6e475404113b34f687bdea96d48399b6609fde43.jpg
│ │ ├── 6e5991baef6bd49eef83a985826e8f93692f5e31.jpg
│ │ ├── 6ec4cb77e04416b360d31ebde1a0ddcca028cbe3.jpg
│ │ ├── 6ecfd4ec06e13a0f38f91829c29316c2479c4787.jpg
│ │ ├── 6fd28d4436363af87c600eeb977aafd9218600bb.jpg
│ │ ├── 7062fa2a96d2a8f2d7051e8f17c5d5a34f87a743.jpg
│ │ ├── 70f4e94dc712ee980bae36408ac862ac943f35af.jpg
│ │ ├── 71764cb8bc4e56387ddb441d9ee63e9873cadafb.jpg
│ │ ├── 718914cf6071cac3f733384658623ea3802f1aaa.jpg
│ │ ├── 727902648ceac24ef63999a5775e768f75299daa.jpg
│ │ ├── 72f5fce65e3cacb30e154a209af932aeb1adf346.jpg
│ │ ├── 7365387f80c42b2a2da665460cb8825e4bb609f9.jpg
│ │ ├── 75f84044db472f386f73e9ed8a2dd3a7cc94f14e.jpg
│ │ ├── 76c5d48a04b648d3ae4cce7af495a8d02bffd331.jpg
│ │ ├── 76ee099b31b98b955e58bc9d0312c05acae6f4d1.jpg
│ │ ├── 7710b1f368647057de41dda3efee066391613f04.jpg
│ │ ├── 77ecb6b0cd69cbfbb045bb1eceb18068b5ef1a1c.jpg
│ │ ├── 7880064e8c84f91d9d625fa51f5317d2a328b523.jpg
│ │ ├── 79d218723f1b15ca20e93fe59786d4a155dd0c2e.jpg
│ │ ├── 7a407af78eb939d3b99d071b13b0a50700348e8d.jpg
│ │ ├── 7ba885bfa0c9b578f6b1e4abb234198702d314f2.jpg
│ │ ├── 7cc3eb9a405752c5ca1a6a908d941b66f47c717e.jpg
│ │ ├── 7cd4926be18716f0312e3618d13050d954b4c7d0.jpg
│ │ ├── 7d06bb23f25f1e105292b6b548bc1c3d792b9d09.jpg
│ │ ├── 7e73967ab30328734beb105ca2b4d88e9fa0a032.jpg
│ │ ├── 7e788534b460c2dbc5c7045863f9db0e5153fcfa.jpg
│ │ ├── 7e96564275f24a62df82240833d5cecce7003090.jpg
│ │ ├── 7ed28241ad2b8039db822afbfb72068f4994f639.jpg
│ │ ├── 7fbdd2422d734318b14f915e2792caa952d9dce0.jpg
│ │ ├── 802bf088ce430aa0de40ac85b392394adc931121.jpg
│ │ ├── 8101edfe2fdfb924fbde2bd57463373e9b547221.jpg
│ │ ├── 8148ea8a4a1095fd6fd8813ff1f61faf72783e54.jpg
│ │ ├── 81a32dec948948133e88998315c1bca6e482f172.jpg
│ │ ├── 84697fc06b47e51339cf897c0cb5da3c1796f6f5.jpg
│ │ ├── 84773e6f6bdcedb2b6d9f58b21a1e00a26357d40.jpg
│ │ ├── 847c212092d2e684ce672ecaa83cfc31a19fb8da.jpg
│ │ ├── 84bb3bcb593e62db647c425dd2988368651429bf.jpg
│ │ ├── 853370ef15428b4336e7a25d7ae33ec54ddbd880.jpg
│ │ ├── 86932daf8340c2b141aba85978357b829edf8551.jpg
│ │ ├── 86fdc1b4b169baca83ce90575492efb7560eeeb7.jpg
│ │ ├── 8706fef94a8b61f90ade7243da2df02c52c95145.jpg
│ │ ├── 879274581b3c7c1d23128fead058ab228eca59e5.jpg
│ │ ├── 8840f253f9c805f8036af961c06fc65b0e1c5c19.jpg
│ │ ├── 887930c21dc5052222d22ab613500fd2bddf0805.jpg
│ │ ├── 89aa233941abbfe831ddc435ace5ea9a2ed9a319.jpg
│ │ ├── 89e0abab20dfc38aababd9a610721f543edc2822.jpg
│ │ ├── 8a067a04e96219eb4fac670f95677f1507084ad2.jpg
│ │ ├── 8a2f23ded6035adb712b1c42e44fe74529f2e804.jpg
│ │ ├── 8a46478ab1737cc4b7657f54177ac740edfaf336.jpg
│ │ ├── 8a5ec496e706b5ae5deebeb4488abdc40884db2b.jpg
│ │ ├── 8a962dc26bb226c03505124c0be7e20e30695e87.jpg
│ │ ├── 8cf3f2d5a81f8718cded30c11af5fe52dc0e1d12.jpg
│ │ ├── 8d568dbf198b3586742f66421539098cf5093c6c.jpg
│ │ ├── 8e7bba40b467a5c45e2945a007651116c923933c.jpg
│ │ ├── 8ebf25a2bf8e10fc86fd6b9157394f5c8a1d80c0.jpg
│ │ ├── 8ef2db979c2a35b45a2d3a2992dd60f5d0ab260f.jpg
│ │ ├── 8ef61fc706324968c7d68818e7d408e080eb8c76.jpg
│ │ ├── 8f173f929b0987ff96986e94a90fe5f0b11f8bdd.jpg
│ │ ├── 8fca41f201980ceafd2312c79f5e095f938f677c.jpg
│ │ ├── 9019c2dc9d4c8a96a82d0f7d228522d36e3a93b7.jpg
│ │ ├── 909ee7e51263fa553f6ecdaf68fa5cd2f8be449a.jpg
│ │ ├── 91e13b8156fbe2d76e73b3a8b4233a16af8b9787.jpg
│ │ ├── 92491d0b435a35f2cb1fc5a36fc70e701cfa9fef.jpg
│ │ ├── 924be3ac07936c658e14834ac31bc6101b8430e9.jpg
│ │ ├── 937e40ade87a883d0c8184e79d63126f5e789752.jpg
│ │ ├── 93c3ec0a4c545d81012217df35ce634a52a0de11.jpg
│ │ ├── 943e0d0e2f2d83d0f814e359214f46e4bfd834a5.jpg
│ │ ├── 949d678536d0dccb1939e800c769fabfac1cdff1.jpg
│ │ ├── 94e97e162aa6435266e6a9b7c35bc1dcb5842abb.jpg
│ │ ├── 94f89cd126e6b55f031772165e001d4b288790bd.jpg
│ │ ├── 957eb048075042de2f35e93d92ed9a21c61cf62c.jpg
│ │ ├── 9606a0d75daedeca704d8b3db0c7c9c2cd4b82d5.jpg
│ │ ├── 96206883313deb6a476f15043a5ef8cb6794734a.jpg
│ │ ├── 964f4c2c3a80a15d283abb21828a3fda0a4d3705.jpg
│ │ ├── 96c37a27064b2bfa4ea181cf1df7305093e6595e.jpg
│ │ ├── 9807d3a30c7f305b695d54a04c30d5fb6d969c8f.jpg
│ │ ├── 99321235adf8ceb73ff1a807baae9f3e6594faeb.jpg
│ │ ├── 9989bab0aed7652489175678aeac53b621b6d989.jpg
│ │ ├── 9a4bbeb26fcc1db82d2c401b50788aed856367e2.jpg
│ │ ├── 9a9d99a304883665abafda5c7f6d4fa20d4bf842.jpg
│ │ ├── 9cf1b7ecf4d2f6052d49a4eb5484bd50cd4b03c1.jpg
│ │ ├── 9d1c7d2eba774c95d08f762d1d588b5e93965376.jpg
│ │ ├── 9d443ec860c222677af995dd3dd45ddade040dcb.jpg
│ │ ├── 9d89e2077dfb0ae4165956c0f43e0730925edba5.jpg
│ │ ├── 9dbdadf6abf0f63d0275c799272b53f8f026fe7c.jpg
│ │ ├── 9e249fa3cd443fcc902c778118bbf8f7f9bd026e.jpg
│ │ ├── 9e514c9f43417fc6b2f80ce70499f6f70e4c5e7a.jpg
│ │ ├── 9ed317eb103955fd8dc8dbad75b98d4aee0983e1.jpg
│ │ ├── 9f38aa33a0eac09ffafa47b734fe9cea2a0caa8d.jpg
│ │ ├── 9fc3dc80e56580a0d1db10e9383f7412578b90bf.jpg
│ │ ├── a0a406a4301e3f0a63168f6d1ccfbee651572adc.jpg
│ │ ├── a0b085eb3463f68d6b2d6d566b03a87641a5fe2a.jpg
│ │ ├── a152e258a5469a761e3dabeaa01ffa448fa2735f.jpg
│ │ ├── a194b2a283e5becb18277e9bdcc2ecace9b11b85.jpg
│ │ ├── a2c0933fa992ce8c2f07e0cdc5ede6a61a6d9916.jpg
│ │ ├── a2d70c7e96cd4a43c75f5cbc3e71f11ee75ce8fe.jpg
│ │ ├── a31f4c0e521df87b4fafdfbd03a1659689f5d1e5.jpg
│ │ ├── a414ec3c86fdef5415f47a180b145024dc8b0d6a.jpg
│ │ ├── a4439248324aa4e0a504bf1172077398f4c5ec17.jpg
│ │ ├── a464c26ed8e39f1ba0764e213d8588f1de7ce30c.jpg
│ │ ├── a55cff0a1f39bbd106ac7eadcb66731ccd5ac22f.jpg
│ │ ├── a6904c56fd1b8920d6acc2540520c6a55789b871.jpg
│ │ ├── a73e4ff8ade1b7cf43efed7f3be144efd85ddd9e.jpg
│ │ ├── a7a35bff03ad38fdf6bde01d6d49d28fa4ed08bd.jpg
│ │ ├── a7f71ecf2c1eaa42aaaf8f673ce1272774372652.jpg
│ │ ├── a8a1d3e9eaf5c8515137d9b4d4eedc0bfafa85b8.jpg
│ │ ├── a936ef679323decfba07fae5d498c330d12d2d30.jpg
│ │ ├── a9657bf283e78175567d56aa1e09e548a7366cce.jpg
│ │ ├── a9725228501d33125f0ddd5f5ff7e4b6ded52e15.jpg
│ │ ├── a9b6edbc372d9de9991b0826ace68ff7c2af5b1e.jpg
│ │ ├── a9e3f86b06974cc9f91d9d62aeae22f27bde0f1b.jpg
│ │ ├── aa04ff0f5daccbaaf17c9f23aafd1d10b28093b0.jpg
│ │ ├── ab187a3e5fe4f8fc5683b59d22250a1712ea2f33.jpg
│ │ ├── ab8b755ce711b7706a6d6da607b42a192f7c5682.jpg
│ │ ├── ac6172807c2c1b42ba0833e3abe7607014f73c6c.jpg
│ │ ├── acaec122f7b9909e216a1f878702579294961c89.jpg
│ │ ├── adad9183e55d747d96687df55b284af1247cbf13.jpg
│ │ ├── af60b7605ff7cd23505bc15dc2f07b732223d7c4.jpg
│ │ ├── af6e3e72c9f3cbbcee6187a84de295ebeea0a019.jpg
│ │ ├── afa972ac9f929113529d250d3dc9d4cd59e101bf.jpg
│ │ ├── afec814f1e0d8f2afbd96501ba1463a7114cc67b.jpg
│ │ ├── b1c8b273aa202c3fccb02f1f98ba8cef1bb46a91.jpg
│ │ ├── b1f7a350743b6c17f8d4d7dc57ac3bd46b74bffc.jpg
│ │ ├── b22f1832cfa2e5f84dcad942a8e827fc7351444b.jpg
│ │ ├── b2506497b85c47e883d092b62dabbb00d3d25e2b.jpg
│ │ ├── b2537d1d95d1b488b2965bc14fd9724698d3ffa5.jpg
│ │ ├── b25c29092f78101295bb79a65220a52355d9a91e.jpg
│ │ ├── b355fc27a5d8af71acb9fd54372518f8c129de0b.jpg
│ │ ├── b3eccae30ef7bd8699cd5183222ebdef591025df.jpg
│ │ ├── b42056d38cf8fc03a133fbce6968c2e9d731a865.jpg
│ │ ├── b55db74795b1d15e3b71e9193a80fdedac3b30a3.jpg
│ │ ├── b5b91b6ab8fbfe64144a0f2451a7ee58a19979cf.jpg
│ │ ├── b608bc6de991258afc0626f74916a5152b21227d.jpg
│ │ ├── b68c47b5d8e9a51a6216e06494ede6fe07d9f320.jpg
│ │ ├── b78044ad3f0097315f2ac951be904aeddbb3228c.jpg
│ │ ├── b7a5cdccf3ed4dbf4d61cd49ead8b24e1cdd2304.jpg
│ │ ├── b7c01b6c7c3f1f7f3e95725db0ea78ea32c2e925.jpg
│ │ ├── b80d971c30d35e241573c4fccd729396db09ac33.jpg
│ │ ├── b86ecc4bc34560dbfee3f541c49f0183aafca3a0.jpg
│ │ ├── b8a45cbb12eb79cb2ef222ab41dfaa9a10be0287.jpg
│ │ ├── b92386fc8bacc19c45e78465d2bf4c673213c528.jpg
│ │ ├── b9c7faff1442d501760ef833bfce0a302329102e.jpg
│ │ ├── ba0142d14563a75448e91e88286e679911547ec8.jpg
│ │ ├── ba518a865e20b90997459c0c83006b69a3ebcd8e.jpg
│ │ ├── ba74219a55cb95e20e1c180a39fe475234d35b8b.jpg
│ │ ├── bb514ed65baccb01c6c149919913ff6772d0447b.jpg
│ │ ├── bc1498316f749295e69f25ed36a972c51c475704.jpg
│ │ ├── bc18a4cefa4b420b9a1deeee3e8a4e899943dd1a.jpg
│ │ ├── bce296035ae31d6ff617717c468084269b2c2530.jpg
│ │ ├── bd0f5273f47f56045a1b5a40764d1c1a1994d02c.jpg
│ │ ├── be2baa303070abd766f9245e4dd1dce48abc7801.jpg
│ │ ├── beed0daaccd1f4ff37acf7acce8743af4716bc50.jpg
│ │ ├── bf12ac7cc8b7f4c3ca164b29bd066bb495ecacc9.jpg
│ │ ├── c0388fc2db9cb70f8555bbbc9f3ae4831f05e95b.jpg
│ │ ├── c044c0c3d267437f9b3ac989709231ec4f805fb8.jpg
│ │ ├── c0537cf0911142fa9a728bcf5f8ae7e2957c4a4c.jpg
│ │ ├── c06ee8491628a73240d19d301c78d6c4dc1f2d9f.jpg
│ │ ├── c0af13f93a411e25f7fdbbcb423b4a0f4d3861d4.jpg
│ │ ├── c0b7f547d3a82f2e15e46ee54ea45eb66e93438a.jpg
│ │ ├── c11bf8cba3e6fd7181b751c4576ff30f76ad9e27.jpg
│ │ ├── c28bb1cd63ae7f7d629773a67a665e078fc98f94.jpg
│ │ ├── c36c32c21b0b9bc366f76489c331ecfe355d39eb.jpg
│ │ ├── c3727443d60050f1e6ebcf780d646950b472916a.jpg
│ │ ├── c3fcb37be0e8d17337f75f44870dbb0067b24c30.jpg
│ │ ├── c452f451ced0c8815e2cbeb69a234ca1218ef6ff.jpg
│ │ ├── c4bd1bf22bc307a731244acad4b1dae4541dd126.jpg
│ │ ├── c4dd5ae7b897090d54d350dca827982d80415226.jpg
│ │ ├── c53126431c68aca505e9927d7ad55119ca7b64fa.jpg
│ │ ├── c587c43b90f638311555d26cc10f58a3bf8440c8.jpg
│ │ ├── c5d690844a1f4ed17ce445387f6d07c9a130d4e5.jpg
│ │ ├── c64213debf380fa1bb026b6e4d2ad5d08904758e.jpg
│ │ ├── c72119a4112a5d2b9edfb677c272c4a35621ef68.jpg
│ │ ├── c7ff8a64a38491df1589535d858c6eb6c255e0cb.jpg
│ │ ├── c8de56918769beeaff4b3859bf8dfde1f5c719b0.jpg
│ │ ├── c996dc76026d234997e0eb0349f4df9870a34cb0.jpg
│ │ ├── ca201618baa2035a05bbd4dadf48f7b8be900bef.jpg
│ │ ├── ca4c434bea193345f9938528cad245efa65f9c03.jpg
│ │ ├── cac4312f9920a000fd842cea0c96903fdf286d06.jpg
│ │ ├── cb07e440e3fda77e63332afb6dc5b6f0c58feba8.jpg
│ │ ├── cb517df061b1b1996a6b7ca83f58df1e5844d37f.jpg
│ │ ├── cba818e13603532443a210f01a0bb2be91c4c8f7.jpg
│ │ ├── cbf3a3484418e4f56ebd6a769e692082da9b64d7.jpg
│ │ ├── cbfc312ead24087e6015c6829240a97d57001dd6.jpg
│ │ ├── cc017e6d996ed3cf2871fd41ac9b0e4a0d7002e4.jpg
│ │ ├── cc9681f685fcd78e853e7ea0ef90cafb8e21710c.jpg
│ │ ├── cdcd3cd1a34f88a7ff5de5b6ad820b06e5d9b59c.jpg
│ │ ├── cdea40f1e7ffc57c89172526c4890453c5c2b866.jpg
│ │ ├── cdeb7884eeb292fe3a9567609219836ab0f318c7.jpg
│ │ ├── ce1dcfa3b3fc6632fb45d04cfa4e1b176e28e362.jpg
│ │ ├── ce93c2fa0db57914604188bc78b2fce2bb5f2eab.jpg
│ │ ├── cec9041a924bfecec460f3013d0982324a24428f.jpg
│ │ ├── cf1d0cdd67ac1e6735572be2a3b7387dabdc7dcc.jpg
│ │ ├── cf418b4967182aa4740a743c39dede7af4d3a63c.jpg
│ │ ├── d06fcadef7d72cc49ab696e03a7426032e7d90ec.jpg
│ │ ├── d0e72625d0c86a889c972a7431f4c9b762e23f60.jpg
│ │ ├── d0eb00a472d889765865edfd2d1e2583434c1d3f.jpg
│ │ ├── d13efc4b7d35dea5ecb78522b323bc432c32c1e1.jpg
│ │ ├── d1a4957c307141fa3f2373d19e3907c57efb0927.jpg
│ │ ├── d1a8cde970d99d4e5c84287fa729afa5a0ebebb0.jpg
│ │ ├── d1cf0b5921b5b892184ad98e8d6e58efed373842.jpg
│ │ ├── d1da688b141e2bf9c5e614b83785ea28d273d822.jpg
│ │ ├── d2bc79cdb91c96fcabd5d7085a3433f2a5c50c09.jpg
│ │ ├── d2d8be4ec6291a9e2e14b8e26ce7403e56b87a31.jpg
│ │ ├── d349c5559de0b498ce953d8d92d5d21b0ba699c4.jpg
│ │ ├── d3cadf68c6c327933598f61c7e955912c81fcf1c.jpg
│ │ ├── d3f8d1eb5d216de16e64ea065fa16efc7ad031a1.jpg
│ │ ├── d44f8664b7a24b06cc66c12fc40c77d51ecf40ca.jpg
│ │ ├── d4e8047340a927910810b12998830c1c8677d6eb.jpg
│ │ ├── d5451cab0c8d2cd0a8ecd587813968ccce2d0fdb.jpg
│ │ ├── d62b17475fc00b963bbb77243570c139dae6e6ea.jpg
│ │ ├── d72e3b58646292f7fdaa80995c1c357e25ef1291.jpg
│ │ ├── d73bfdd03fd49b34d0e1cdf4cee215aa98eacdfc.jpg
│ │ ├── d78460eb2aa4417e52a8d9850934e35ef6b6117f.jpg
│ │ ├── d7a5e65acfe22e6949be5e80fdc5ce1b21acbf9d.jpg
│ │ ├── d7c477689a1abeda0c206c062a720448afd85ba6.jpg
│ │ ├── d7cc383049ad5ee637b6b2505ad08e436c696446.jpg
│ │ ├── d89fe85df2274939a201efb33da6e07ea30da270.jpg
│ │ ├── d902c3545e8bc66da2a33f3b9500ac85f24bd1c0.jpg
│ │ ├── d91245d2c333858b547ca7077b360e02137f79d7.jpg
│ │ ├── d9b9bad98da414f79fc4bd3fb74fd03b4788f551.jpg
│ │ ├── da5bfafe2f671e968bf8505bab59725b54bec53e.jpg
│ │ ├── da81059e54790a383c81342a594700cabb3b92fd.jpg
│ │ ├── da8738ccedaf24e663a51bed8ba0958e87ea012e.jpg
│ │ ├── db1161cdd4ad9dd237e2b11fb32c67206652ed75.jpg
│ │ ├── db274585520646673d0cdf1c18efb09f59bb196f.jpg
│ │ ├── db5ade076abab8dd57d29e32423edd23c60ba6f6.jpg
│ │ ├── db60a77407a56d6c24db33dccfcbd7b6621acd5c.jpg
│ │ ├── db75e787621637b30ce9a21b8b7b65310c2e59a5.jpg
│ │ ├── dbee0cfeb3d971cf635e7ac92f66a85132f256c2.jpg
│ │ ├── dc65dffaddbb3b82b246d702b80c801cbb7a59bf.jpg
│ │ ├── dca3af6e4a26333fbc5660d603ab1b98cce66dd8.jpg
│ │ ├── dcd4d17be72dab4d81c878578918eaea413e8a91.jpg
│ │ ├── dd0ba571ebd2193eb1505a826d9e54c01be816eb.jpg
│ │ ├── dd118a651af3c50efc6568f52df9fec54780ffb2.jpg
│ │ ├── dd30fb6a501694e4d0640e476837bb895006f00d.jpg
│ │ ├── dd588c921c43ad784f394a4bf7b47f107b41fc8b.jpg
│ │ ├── dd6e013e50b7ba59da25c41d9161bdeb657b4991.jpg
│ │ ├── ddc33e70107b562e0354bff1c37d559749cf6992.jpg
│ │ ├── de19be2cd2a35c7b409e5e7e850171e0a4c07e41.jpg
│ │ ├── de9489b28233e9dbbcdc8be69ad983edff984600.jpg
│ │ ├── de9b4765a700d112d146fdfbace1516b52795757.jpg
│ │ ├── df603a4039f27c5f903b0ee70f92d0fb82c43487.jpg
│ │ ├── e080d3cb56e4929719243f1ccef77d17cfcb5e73.jpg
│ │ ├── e0d97fa414ba0a7e905b172d7e2cc54e200fed32.jpg
│ │ ├── e0e3497ec7f8396aaec9973cb1030d86eba615f5.jpg
│ │ ├── e34cbe997efb4391f2fbedf770de04d4c6a284a0.jpg
│ │ ├── e430deef2442ed11accc2af6bccb54c9fc85224d.jpg
│ │ ├── e49b761b67bbab1b3b9bb060a909be15ee0e3465.jpg
│ │ ├── e4fde90558b3e709200d51850d16ec756510aefc.jpg
│ │ ├── e51918ee29e65841d61a21b11c4f5476698333de.jpg
│ │ ├── e586be73fe9de2c7f8ad53df69d4fafd381545e9.jpg
│ │ ├── e59cbe7104b68e774baf0c1cc77db1c7cc4e822d.jpg
│ │ ├── e5ac842bd0a49cb1c1d0193d99ea045799f8b374.jpg
│ │ ├── e5bd41c3092f458f7f62806519f35eec3966b79e.jpg
│ │ ├── e73f42da779b1c84087b67666151752a49abc0b5.jpg
│ │ ├── e7d6aba140f0b31fc5e148ac9fffa40949c7af39.jpg
│ │ ├── e81aa83c5f23d396bc2953c061af6a5c454cd3e4.jpg
│ │ ├── e9c5374535b21056cf0e66a8cb8dd665bea7d2ae.jpg
│ │ ├── e9ea1b1035c38299dd30725401624ba15b0649d7.jpg
│ │ ├── e9f3097fe4f277679fa38ed1f47b1d54aac6da4e.jpg
│ │ ├── ea43d3ae4ae40c858138daa4664f6986d645e4a5.jpg
│ │ ├── ea8746c24257216b2792d975fa79005486812d6b.jpg
│ │ ├── eb2c19fd4fe54447707dd2ed520f1ca477a7c586.jpg
│ │ ├── ecc2066febdbe53449409d61b06b43b43b12b642.jpg
│ │ ├── ee98de71392dbdc0c8bd50dcd9d81a5824dc6311.jpg
│ │ ├── eee1d67d7fbb34d40d8ce66f7776f2fbe6870315.jpg
│ │ ├── efb2cd5cf57ef6ef3352c6fcbd838caf8b210fd0.jpg
│ │ ├── efbc6b24669420facbfdc5011f4104b96a3c9116.jpg
│ │ ├── efbf197dd0e461849b4be53542ed150986c64e1a.jpg
│ │ ├── f0136cb5e4edb236106e4a456299dfe278c6e799.jpg
│ │ ├── f1aa18e259c1d6ed4b702fa6e731b457706b1cd8.jpg
│ │ ├── f302a7f283c76cdb23f385440b10c51c237cf2e1.jpg
│ │ ├── f3662eaa9d0de64680889e91d3d6bb91192cc312.jpg
│ │ ├── f3800cfdb7ac71f9e8d040c004809a20269549e8.jpg
│ │ ├── f51429136290eee4c3c54126266d73340d73482b.jpg
│ │ ├── f6242d2e050ec3458ed6740e09c8b164f37d2dbb.jpg
│ │ ├── f643726b74240067e130bf9aaa7e9c44ce0039fb.jpg
│ │ ├── f64377982464e3e01f9626380c3d9072ca0b7e42.jpg
│ │ ├── f74ee5f6a29a6dcfaa24a9154dc0ab13bd119c69.jpg
│ │ ├── f80908283a64a9c8f8461451acb904fc483fbb99.jpg
│ │ ├── f8905427f8a94e5274ceb4c62a25bdf75aa61629.jpg
│ │ ├── f8a1b0e4ac59d19f35b75b6485c35a08dd74968f.jpg
│ │ ├── f9bc34e48df803e666addf34a38ade3249e99f57.jpg
│ │ ├── fa9c5fe3aca89fe99f5949dd9afc18cb0b109a88.jpg
│ │ ├── faf965714d624a28faf2cbf83a9ad9d5e571c68c.jpg
│ │ ├── fbbdc7b4dcacebaeca0f55266e6ddbc6ea41a775.jpg
│ │ ├── fbc0dce754b0fad8556e4e90f8f145d6ce85be77.jpg
│ │ ├── fdce2aa6b81a0670365d64927a33e2b430b914d9.jpg
│ │ ├── fe1c44f8e52eddee285de230caf09a3c04461bda.jpg
│ │ ├── fe3fa65cd82566c5418f661fa78d10bdbc1aaf72.jpg
│ │ ├── fe93662d5ef0d5ec9466cc21c44e0ef5753e4c93.jpg
│ │ ├── feb019ca3f7705ec8d36003a0a798a7b2e35edfb.jpg
│ │ ├── ff3e925c79cb2461d8598af6a6814adf3908504a.jpg
│ │ ├── ff74803d058b6f0ebba804fef910e885d95ea71b.jpg
│ │ ├── ff7ce319cbb020204d53360169c887de4865054a.jpg
│ │ ├── ffcc73132f474ae1d4ce578b07db7785a6a0fc66.jpg
│ │ └── ffe2e526677e75f84fe0a6e49dcca5e3f56bf2a0.jpg
│ ├── scrapinghub.yml
│ ├── scrapy.cfg
│ └── setup.py
├── countryscraper
├── .idea
│ ├── Untitled Folder.iml
│ ├── misc.xml
│ ├── modules.xml
│ └── workspace.xml
└── countryscraper
│ ├── countryscraper
│ ├── __init__.py
│ ├── items.py
│ ├── pipelines.py
│ ├── settings.py
│ └── spiders
│ │ ├── __init__.py
│ │ └── countryspider.py
│ └── scrapy.cfg
├── customnameimage
├── .idea
│ ├── customnameimage.iml
│ ├── inspectionProfiles
│ │ ├── Project_Default.xml
│ │ └── profiles_settings.xml
│ ├── misc.xml
│ ├── modules.xml
│ └── workspace.xml
└── customnameimage
│ ├── customnameimage
│ ├── __init__.py
│ ├── items.py
│ ├── pipelines.py
│ ├── settings.py
│ └── spiders
│ │ ├── BookImageScraper.py
│ │ └── __init__.py
│ └── scrapy.cfg
├── imagescraper
├── .idea
│ ├── ImageScraper.iml
│ ├── inspectionProfiles
│ │ ├── Project_Default.xml
│ │ └── profiles_settings.xml
│ ├── misc.xml
│ ├── modules.xml
│ └── workspace.xml
└── ImageScraper
│ ├── ImageScraper
│ ├── __init__.py
│ ├── items.py
│ ├── pipelines.py
│ ├── run.py
│ ├── settings.py
│ └── spiders
│ │ ├── BookImageScraper.py
│ │ └── __init__.py
│ └── scrapy.cfg
├── infinitescrolling
├── .idea
│ ├── infinitescrolling.iml
│ ├── inspectionProfiles
│ │ ├── Project_Default.xml
│ │ └── profiles_settings.xml
│ ├── misc.xml
│ ├── modules.xml
│ └── workspace.xml
└── infinitescrolling
│ ├── infinitescrolling
│ ├── __init__.py
│ ├── items.py
│ ├── pipelines.py
│ ├── settings.py
│ └── spiders
│ │ ├── ScrollScraper.py
│ │ └── __init__.py
│ └── scrapy.cfg
├── itemloader
├── .idea
│ ├── inspectionProfiles
│ │ ├── Project_Default.xml
│ │ └── profiles_settings.xml
│ ├── itemloader.iml
│ ├── misc.xml
│ ├── modules.xml
│ └── workspace.xml
└── itemloader
│ ├── data.json
│ ├── itemloader
│ ├── __init__.py
│ ├── items.py
│ ├── pipelines.py
│ ├── run.py
│ ├── settings.py
│ └── spiders
│ │ ├── SampleSpider.py
│ │ └── __init__.py
│ └── scrapy.cfg
├── login
├── .idea
│ ├── login.iml
│ ├── misc.xml
│ ├── modules.xml
│ └── workspace.xml
└── login
│ ├── login
│ ├── __init__.py
│ ├── items.py
│ ├── pipelines.py
│ ├── settings.py
│ └── spiders
│ │ ├── LoginNeedScraper.py
│ │ └── __init__.py
│ └── scrapy.cfg
├── scrapeajax
├── .idea
│ ├── ScrapeAJAX.iml
│ ├── inspectionProfiles
│ │ ├── Project_Default.xml
│ │ └── profiles_settings.xml
│ ├── misc.xml
│ ├── modules.xml
│ └── workspace.xml
└── ajaxscraper
│ ├── ajaxscraper
│ ├── __init__.py
│ ├── items.py
│ ├── pipelines.py
│ ├── settings.py
│ └── spiders
│ │ ├── AjaxScraper.py
│ │ └── __init__.py
│ └── scrapy.cfg
└── scrapejs
├── .idea
├── ScrapeJS.iml
├── inspectionProfiles
│ ├── Project_Default.xml
│ └── profiles_settings.xml
├── misc.xml
├── modules.xml
└── workspace.xml
└── scrapejs
├── booksdata.csv
├── scrapejs
├── __init__.py
├── items.py
├── pipelines.py
├── settings.py
└── spiders
│ ├── AjaxScraper.py
│ ├── JSScraper.py
│ └── __init__.py
└── scrapy.cfg
/README.md:
--------------------------------------------------------------------------------
1 | # scrapyfundamentals
2 | This repo contains all the Scrapy Projects mentioned in "Scrapy Fundamentals" ebook http://scrapingauthority.com/scrapyfundamentals
3 |
--------------------------------------------------------------------------------
/bookscrape/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/bookscrape/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/bookscrape/bookscraper/bookscraper/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/bookscraper/__init__.py
--------------------------------------------------------------------------------
/bookscrape/bookscraper/bookscraper/run.py:
--------------------------------------------------------------------------------
1 | from scrapy import cmdline
2 | cmdline.execute("scrapy crawl bookscraper".split())
--------------------------------------------------------------------------------
/bookscrape/bookscraper/bookscraper/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0022582dab850a337ec4e8ea38c5292df064a2b4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0022582dab850a337ec4e8ea38c5292df064a2b4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/008e41831a508e796d79aec2f8942570555dbd3d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/008e41831a508e796d79aec2f8942570555dbd3d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/02412187dc0977c058751f8d8099049c7620c4ef.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/02412187dc0977c058751f8d8099049c7620c4ef.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/02dc2508a5193222eeb2be9b54c411ad86f42b2e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/02dc2508a5193222eeb2be9b54c411ad86f42b2e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/03498c2198fbc2e403baa816b2d738b738a32d58.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/03498c2198fbc2e403baa816b2d738b738a32d58.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/04667698061c82b2c4fc3d1b5ff12f082b94246f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/04667698061c82b2c4fc3d1b5ff12f082b94246f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/04a0e7a634eb61a24adae7883f408f44d2b87802.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/04a0e7a634eb61a24adae7883f408f44d2b87802.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/055a9fd3903600a2eb5f23363f47b2a7507dc314.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/055a9fd3903600a2eb5f23363f47b2a7507dc314.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0647e7f7e2a01df777b7721a4e2a03e7afe54cec.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0647e7f7e2a01df777b7721a4e2a03e7afe54cec.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0666723e479b14af2f912c2f6eb533615f8d1705.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0666723e479b14af2f912c2f6eb533615f8d1705.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/06903f9bc1b514fb2214f0e0d0e40219bdfbb707.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/06903f9bc1b514fb2214f0e0d0e40219bdfbb707.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/06aba0b9fa24cfbe983d6fc11458ecaff48c9d3d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/06aba0b9fa24cfbe983d6fc11458ecaff48c9d3d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/06c4b677e6cb2b6395469e547be78ac7f777471d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/06c4b677e6cb2b6395469e547be78ac7f777471d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/07e9277143c4380f169fdd1f519744c3a9cd2a2a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/07e9277143c4380f169fdd1f519744c3a9cd2a2a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/081c3505e8b8f4790453adb1f9dd1717dc10db8b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/081c3505e8b8f4790453adb1f9dd1717dc10db8b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0897247d6e22d961952f95624362723c04d3e230.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0897247d6e22d961952f95624362723c04d3e230.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0899914ac4d7ce204e734cbf33e95b3078292394.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0899914ac4d7ce204e734cbf33e95b3078292394.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/089d395cb8310933a79cb3edd7dbef1cbf05a864.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/089d395cb8310933a79cb3edd7dbef1cbf05a864.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/08f750c8ea410e5bb064445565742dd56d3ab115.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/08f750c8ea410e5bb064445565742dd56d3ab115.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0956ecf7efc2276da9de80d01abd5c8ad6bc32b3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0956ecf7efc2276da9de80d01abd5c8ad6bc32b3.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/09700ee14fb52a666c83e535744a6944d8c4c214.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/09700ee14fb52a666c83e535744a6944d8c4c214.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/09984e7bcc768b59229f79f7b88405c1a8a2dc4b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/09984e7bcc768b59229f79f7b88405c1a8a2dc4b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/09a0b39ead7afe96429c0f9c7cf070fd5012e879.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/09a0b39ead7afe96429c0f9c7cf070fd5012e879.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0a007ac89083ad8b68c56ec0f8df5a811e76607c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0a007ac89083ad8b68c56ec0f8df5a811e76607c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0a115c023dee8c2e0a5728a0b4390d32bc4ee4e4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0a115c023dee8c2e0a5728a0b4390d32bc4ee4e4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0b6462a030aaacee5f19b4945f8ea6b37e79549f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0b6462a030aaacee5f19b4945f8ea6b37e79549f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0b8d193eeb4c5ab18ee804d1b4641b1298bf7042.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0b8d193eeb4c5ab18ee804d1b4641b1298bf7042.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0bbb2aa527ea3619330360a4d11d1a85d342b23d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0bbb2aa527ea3619330360a4d11d1a85d342b23d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0bceb30e8d9d10e91f49c91aa95f8695b5821b69.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0bceb30e8d9d10e91f49c91aa95f8695b5821b69.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0bd68b8acbf7f0feeb74d9245b9e073bb2ef5567.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0bd68b8acbf7f0feeb74d9245b9e073bb2ef5567.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0c46e5da23d301a2f5cf68e9475c111e1c1cae9e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0c46e5da23d301a2f5cf68e9475c111e1c1cae9e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0ce88f30e707a5ba59ae867a141f1625523467d1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0ce88f30e707a5ba59ae867a141f1625523467d1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0e02d19adb0d12d14bb4f07cf87fc375355fd9be.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0e02d19adb0d12d14bb4f07cf87fc375355fd9be.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0e6a4cd8928c96635bdfb7d8b55f7cadbc24275c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0e6a4cd8928c96635bdfb7d8b55f7cadbc24275c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0e934219d79000bcde5b3ed59cce80d5577c6aeb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0e934219d79000bcde5b3ed59cce80d5577c6aeb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0f32cb93fdb8c5d6110fb90c66e757d5fd1e6cec.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0f32cb93fdb8c5d6110fb90c66e757d5fd1e6cec.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0f4cbc4267db3f1c9dcb6c3f4deafa900fa71a59.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0f4cbc4267db3f1c9dcb6c3f4deafa900fa71a59.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0f5901f00df77188f7262f8a76565f6a2ade7efd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0f5901f00df77188f7262f8a76565f6a2ade7efd.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0ff810e69295f3696b7e25bfc206ad5c9878eec7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0ff810e69295f3696b7e25bfc206ad5c9878eec7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/0fff1f11381a19faf5a6fdb536c82b003d7422cb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/0fff1f11381a19faf5a6fdb536c82b003d7422cb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/10e3e56fb524ca6757285845ed2261e9c48cc57c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/10e3e56fb524ca6757285845ed2261e9c48cc57c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/113f86b359b886b62f6b8c883a6d74f6b881d0f0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/113f86b359b886b62f6b8c883a6d74f6b881d0f0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/12af744fc455994c99b4f05687abcbbee01c194e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/12af744fc455994c99b4f05687abcbbee01c194e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/130ecf760b784ba99eaf51636a82c17ba8f4ae22.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/130ecf760b784ba99eaf51636a82c17ba8f4ae22.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/131b7889d709233e3321e4dd3b02fa4a6a966db9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/131b7889d709233e3321e4dd3b02fa4a6a966db9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/137f00bcbcaac2fff5124b5435185eee3a1cda63.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/137f00bcbcaac2fff5124b5435185eee3a1cda63.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/14811402f7660ed1a6ea7ee0ba372d3c1e6df799.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/14811402f7660ed1a6ea7ee0ba372d3c1e6df799.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/14bf6d54c3f81c1297a49cfad574443c6c0e39b1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/14bf6d54c3f81c1297a49cfad574443c6c0e39b1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/159e119c22350996246200ca06c4daeb1283c984.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/159e119c22350996246200ca06c4daeb1283c984.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/16d4511e9231454393ff96c6c47e1d12df41e56b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/16d4511e9231454393ff96c6c47e1d12df41e56b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1754d2b75b37039d383e66b29427cf6c251eee0f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1754d2b75b37039d383e66b29427cf6c251eee0f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/17919248cbd6a5471c4e9c06351cdcc2b593d964.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/17919248cbd6a5471c4e9c06351cdcc2b593d964.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/18d4615c26a4ae1e95612a2be132d8622096ac7a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/18d4615c26a4ae1e95612a2be132d8622096ac7a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/19e14b0d6570329a37dbbdc0c6f169087b46cbb5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/19e14b0d6570329a37dbbdc0c6f169087b46cbb5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1a2590a8d8febb62e326542d2175fc26451fcca7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1a2590a8d8febb62e326542d2175fc26451fcca7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1a5b306e554844945355590ec58b5085842da2c5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1a5b306e554844945355590ec58b5085842da2c5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1ab799e844c9ed9212e670ccd61f4d787b5a9ce6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1ab799e844c9ed9212e670ccd61f4d787b5a9ce6.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1bff85fb252841a2a6efd400500245f343c8e1d4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1bff85fb252841a2a6efd400500245f343c8e1d4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1c1a130c161d186db9973e70558b6ec221ce7c4e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1c1a130c161d186db9973e70558b6ec221ce7c4e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1c3fa92c9299c538e934638cad86276b3cd1e39c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1c3fa92c9299c538e934638cad86276b3cd1e39c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1c92740344002530f720deb546ef5e6c84cbb97e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1c92740344002530f720deb546ef5e6c84cbb97e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1c94f7dd02228b0039aafcf36c7aacf8ab5b6cdd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1c94f7dd02228b0039aafcf36c7aacf8ab5b6cdd.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1d27472dcaf9e1dadd5491cfef9ad0617dbd7aac.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1d27472dcaf9e1dadd5491cfef9ad0617dbd7aac.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1dfb8735352afe797019b3d0cde68c8569116a23.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1dfb8735352afe797019b3d0cde68c8569116a23.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1e3a898e1e762ecb1bd02496c22cdb627541cd1d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1e3a898e1e762ecb1bd02496c22cdb627541cd1d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/1e8ec8f47121759bba0d94719f4a4b0476d73de7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/1e8ec8f47121759bba0d94719f4a4b0476d73de7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/204b37906e452ca33714800d8eeebd94f191249f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/204b37906e452ca33714800d8eeebd94f191249f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2071cf0710d7af90f25391b4a9d129fd1aedd65f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2071cf0710d7af90f25391b4a9d129fd1aedd65f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/20f1cd21a21e1bb52dd8e4b17deac3c369da7819.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/20f1cd21a21e1bb52dd8e4b17deac3c369da7819.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/214a360996cbcbe7412bd77dae110c53e419eead.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/214a360996cbcbe7412bd77dae110c53e419eead.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/21c9f0728eb05b3749af2494116fb158b9340276.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/21c9f0728eb05b3749af2494116fb158b9340276.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/220386151a917c4dc4cb087d145c2fcb98ca7b85.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/220386151a917c4dc4cb087d145c2fcb98ca7b85.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/22085b15411ee787d2491195cf321e39957bcdfe.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/22085b15411ee787d2491195cf321e39957bcdfe.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/222bbeb9f7eb9148fd4149ef2e5e2fd46e736d61.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/222bbeb9f7eb9148fd4149ef2e5e2fd46e736d61.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/22ee15629ac289149e8edca6d42f7870d4f67249.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/22ee15629ac289149e8edca6d42f7870d4f67249.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2304d5389dd0142878e4b481f6a969e354ce3568.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2304d5389dd0142878e4b481f6a969e354ce3568.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/231a5a9954c482e272ffa7241e6fa3144fb2b31a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/231a5a9954c482e272ffa7241e6fa3144fb2b31a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2359374a5166e63733a7337919c870d5558fac21.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2359374a5166e63733a7337919c870d5558fac21.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2434b481b3e6931b111204527b56ec4e49afa7f5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2434b481b3e6931b111204527b56ec4e49afa7f5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/244c1c814422f0edbe2f69f7830622ef277766ba.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/244c1c814422f0edbe2f69f7830622ef277766ba.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2455bfdfa515f0117f701bc875c9ba35ba5c0218.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2455bfdfa515f0117f701bc875c9ba35ba5c0218.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2544554ab728b947a70eab03465d0ae3857580fe.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2544554ab728b947a70eab03465d0ae3857580fe.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2663b8d17436085906f1f3ffe42672815e142287.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2663b8d17436085906f1f3ffe42672815e142287.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2778b6070b137f90e603a015f4c00e8934d5a145.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2778b6070b137f90e603a015f4c00e8934d5a145.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/28cd37d8bbffe857eec889db46dfe8073c61708e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/28cd37d8bbffe857eec889db46dfe8073c61708e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/295f0eb2b0d4c92b3c0fd251fe91114b46e9d5f9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/295f0eb2b0d4c92b3c0fd251fe91114b46e9d5f9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2978edab92379a1cea2695a63f5b414f07cf02fc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2978edab92379a1cea2695a63f5b414f07cf02fc.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/299d0f2c7c5f697853190095067c678cdede2ce4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/299d0f2c7c5f697853190095067c678cdede2ce4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2a26e9e28beccf7fe190a36d680e5c8059091f62.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2a26e9e28beccf7fe190a36d680e5c8059091f62.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2aca4c5508c235b77dd3842fb865394792ecef24.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2aca4c5508c235b77dd3842fb865394792ecef24.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2acae89f7dccaa8d0a34b76682f61d5c151ffb37.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2acae89f7dccaa8d0a34b76682f61d5c151ffb37.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2ba1abeada7f372ffcbd784edec8d9876d517d50.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2ba1abeada7f372ffcbd784edec8d9876d517d50.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2c181d96944b4beff10ba3f435f3a6f342d4b420.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2c181d96944b4beff10ba3f435f3a6f342d4b420.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2c32905eeeef0af601090be19de65bdae8bef81f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2c32905eeeef0af601090be19de65bdae8bef81f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2c671ed736a883a4a3e33cf7692ba0182a7bf535.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2c671ed736a883a4a3e33cf7692ba0182a7bf535.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2e01256a3c95fecb29bc1642bd8d5ea553925fdc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2e01256a3c95fecb29bc1642bd8d5ea553925fdc.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2e978ec54f17b72345e5d5fce32855ea2864cbc1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2e978ec54f17b72345e5d5fce32855ea2864cbc1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2eae05baeece44bf48a6e274fd0c9f5f107efdfa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2eae05baeece44bf48a6e274fd0c9f5f107efdfa.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2ef584c4bd508b27dc18f8788c87734e068eade1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2ef584c4bd508b27dc18f8788c87734e068eade1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2faecc8e593884a86e5924913c319982d95b53f3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2faecc8e593884a86e5924913c319982d95b53f3.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2fb8ac72f77b519c7a1a421c2de2ef67f42d0ebc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2fb8ac72f77b519c7a1a421c2de2ef67f42d0ebc.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/2fbef670feac354cdab7809d68430182fabb4ec2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/2fbef670feac354cdab7809d68430182fabb4ec2.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/308d368f2ee58142043ae1e5f52c5a8a61a6abce.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/308d368f2ee58142043ae1e5f52c5a8a61a6abce.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/31db6cf3cc263953f0e676e6c73895688efff8b6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/31db6cf3cc263953f0e676e6c73895688efff8b6.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/32b22a93cc6a894e577f4643720feba89ebe0bf7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/32b22a93cc6a894e577f4643720feba89ebe0bf7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3312e2320721c0b1e5637756c7c1a44bb3ade766.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3312e2320721c0b1e5637756c7c1a44bb3ade766.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/334855e67b30d7957bec10e3a93d0487750be66b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/334855e67b30d7957bec10e3a93d0487750be66b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/339e89e5171a6f77d54fdb869e7b03074918804c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/339e89e5171a6f77d54fdb869e7b03074918804c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/33ff05a278ba5663758031a03fdeb74c59d85a82.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/33ff05a278ba5663758031a03fdeb74c59d85a82.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3516f734e036f86c9b36c07ef647ef1ebcdb218d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3516f734e036f86c9b36c07ef647ef1ebcdb218d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/35b16f772ac5be23ae145937c1ed124b3453e22c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/35b16f772ac5be23ae145937c1ed124b3453e22c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/35ecef1efdfd35c7a1c1202e4a64aa9a99146dd1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/35ecef1efdfd35c7a1c1202e4a64aa9a99146dd1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/367a82bd869c42bf1530b149af0b5d0297078d97.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/367a82bd869c42bf1530b149af0b5d0297078d97.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/36a68d525d5a0f6a732b7e0e8cb5888a8704447f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/36a68d525d5a0f6a732b7e0e8cb5888a8704447f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/36dce744e7357136ca899fefedab16d409e66fc9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/36dce744e7357136ca899fefedab16d409e66fc9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/375e2a5b76601d5a8d8a1e2e91fa6c92dc765d7a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/375e2a5b76601d5a8d8a1e2e91fa6c92dc765d7a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/375ee46c66ca2d4ff743c842b9dcf968b294508c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/375ee46c66ca2d4ff743c842b9dcf968b294508c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/377ddec3b42113e594ab15d3a1af433a61dd6ca8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/377ddec3b42113e594ab15d3a1af433a61dd6ca8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/38581fd36114fc6fd933985fcbb1d1950e316e22.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/38581fd36114fc6fd933985fcbb1d1950e316e22.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/392b670e0130bf7c6dbe5b95d55e388b845c6c1d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/392b670e0130bf7c6dbe5b95d55e388b845c6c1d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3948b38e4551caff02ced753eed4ff5331ebb377.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3948b38e4551caff02ced753eed4ff5331ebb377.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3a95c1ebd09ea8341d6f4975e146a09fa16f2a60.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3a95c1ebd09ea8341d6f4975e146a09fa16f2a60.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3b2fb4d76f6753a8adb1b43cac26dfd5d509dbe4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3b2fb4d76f6753a8adb1b43cac26dfd5d509dbe4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3b71f43da707220d71deef488e076a147826d33f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3b71f43da707220d71deef488e076a147826d33f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3c2495bfbb3e24e5cae6f7afbcd16690ccc9a98f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3c2495bfbb3e24e5cae6f7afbcd16690ccc9a98f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3c51336ec7fe7eec13c3072be09f668499666fb4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3c51336ec7fe7eec13c3072be09f668499666fb4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3ca6810576afa6ad7db591454119a90827747a0e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3ca6810576afa6ad7db591454119a90827747a0e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3cad5bfbaf468f134de426da714530ed32de49fb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3cad5bfbaf468f134de426da714530ed32de49fb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3d116bb0c3dccd49da96ed17815b76139b22bbd9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3d116bb0c3dccd49da96ed17815b76139b22bbd9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3defbb5649ee6a3a0da820442b5d35799c935afb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3defbb5649ee6a3a0da820442b5d35799c935afb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3dfd4a1388c666ce0fc24816ecc1746c6eee2681.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3dfd4a1388c666ce0fc24816ecc1746c6eee2681.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/3f1a6e830340b8156cc685800bb6d088283d9e84.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/3f1a6e830340b8156cc685800bb6d088283d9e84.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/403731240ebf573176fb12395065673ae4800a60.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/403731240ebf573176fb12395065673ae4800a60.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4051e72c1cf973a034d07be713bbe546e82d366f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4051e72c1cf973a034d07be713bbe546e82d366f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/40b2f76aa0ce5f8ceda169c211a5e8b49124a098.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/40b2f76aa0ce5f8ceda169c211a5e8b49124a098.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/40c16a0988a3bb1975a8866d303547a52834b31c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/40c16a0988a3bb1975a8866d303547a52834b31c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/415406a48c8f6ee95de4e5f00fc86baa56a1c173.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/415406a48c8f6ee95de4e5f00fc86baa56a1c173.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/42734356782dda42004a8bb7cfc346d0f2a27498.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/42734356782dda42004a8bb7cfc346d0f2a27498.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/42de97d7f57b81ba4243a9286cf71219b4551708.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/42de97d7f57b81ba4243a9286cf71219b4551708.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/438a4a904e0679fc57d7119e8c0302d093291135.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/438a4a904e0679fc57d7119e8c0302d093291135.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/44806b72010683e9c36b6694a533b7893eb4740b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/44806b72010683e9c36b6694a533b7893eb4740b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/450c536a9c03528dbb779ce8b71f8883e53d13b0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/450c536a9c03528dbb779ce8b71f8883e53d13b0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4581691af32121000ec3fd9eb982d660c6a62290.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4581691af32121000ec3fd9eb982d660c6a62290.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/45bb4b2143a191e1b448a70883149a7d3e11fc2a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/45bb4b2143a191e1b448a70883149a7d3e11fc2a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/46511ec9b20628e892b10899a9c7f40c2ca16ce7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/46511ec9b20628e892b10899a9c7f40c2ca16ce7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/469a651304c9d4eb169eafa76fd31f25dbe3cdcb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/469a651304c9d4eb169eafa76fd31f25dbe3cdcb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/47a1fde1e17191982c015c670337c5c4a142f9ec.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/47a1fde1e17191982c015c670337c5c4a142f9ec.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/485bcd06d57f4bb5fc7206c538e12e1f8138710c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/485bcd06d57f4bb5fc7206c538e12e1f8138710c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/48608f8f20f330458f29a84dcf1fd0c9eab5233c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/48608f8f20f330458f29a84dcf1fd0c9eab5233c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/48ab71f20611be9f392363d1f2288c30f4a80d71.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/48ab71f20611be9f392363d1f2288c30f4a80d71.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/49e872dd75c50ed63cf886f9862ef82697f6f6d5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/49e872dd75c50ed63cf886f9862ef82697f6f6d5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/49e99f99d3dc8604f765fb1aa3b345a8bc3fc151.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/49e99f99d3dc8604f765fb1aa3b345a8bc3fc151.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4ad0c38950d4caf2804d80bfaf1eba27b40d51eb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4ad0c38950d4caf2804d80bfaf1eba27b40d51eb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4bd7b007282e5664bb814414cc20e6f75dc88145.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4bd7b007282e5664bb814414cc20e6f75dc88145.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4c03e4a51dc25b625e1755845bd2f0f23cfe3daa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4c03e4a51dc25b625e1755845bd2f0f23cfe3daa.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4cbdd618e8160075d3d53edaa43de07066c9ced6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4cbdd618e8160075d3d53edaa43de07066c9ced6.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4da374fb7834d36476d17521f2d88a800fb77137.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4da374fb7834d36476d17521f2d88a800fb77137.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4e2deec428f28cd9c8dac766d3904edadad6299f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4e2deec428f28cd9c8dac766d3904edadad6299f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4ea245c096d2f9d51e5640ba4c1e1f6be13b4d19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4ea245c096d2f9d51e5640ba4c1e1f6be13b4d19.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/4fce7e173a268ad3c21777cb6ccdf88001265fe7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/4fce7e173a268ad3c21777cb6ccdf88001265fe7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5014171991bca64918c075cfe2f3c44763b19666.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5014171991bca64918c075cfe2f3c44763b19666.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/50499ff79babfdebcdf6d10123d1d0f090d43024.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/50499ff79babfdebcdf6d10123d1d0f090d43024.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/505e5be0d17de9ee358abf4c7658336f4adad4d7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/505e5be0d17de9ee358abf4c7658336f4adad4d7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5079773ca0bdf9dcb687d3701e5f436372696bda.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5079773ca0bdf9dcb687d3701e5f436372696bda.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/50a06b3620311508ae2443fc8a143cdfc8aac3c3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/50a06b3620311508ae2443fc8a143cdfc8aac3c3.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5195cdbde41af5f2601e795d99c15f5db975b6dd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5195cdbde41af5f2601e795d99c15f5db975b6dd.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5236664b61b2dfd0a9b1939a800edba3da77896e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5236664b61b2dfd0a9b1939a800edba3da77896e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5265c8ed7eb74435d4252b19515887928b4bbf69.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5265c8ed7eb74435d4252b19515887928b4bbf69.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/52d88ce5c759f12c2960717a5893550de0806e38.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/52d88ce5c759f12c2960717a5893550de0806e38.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5364b4846710788fb0cea3a3ecd7b741244d1b43.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5364b4846710788fb0cea3a3ecd7b741244d1b43.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/54343b558897641d2cc62f0e51595103683bc1aa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/54343b558897641d2cc62f0e51595103683bc1aa.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/544243c3ff839daf27daffcec19483fd0f0c8b9d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/544243c3ff839daf27daffcec19483fd0f0c8b9d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/54a3f70e8af8af0904f3fc4fa146728da86bacd2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/54a3f70e8af8af0904f3fc4fa146728da86bacd2.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/54c7999e13a8886926398e2439ee1d35df3b21a7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/54c7999e13a8886926398e2439ee1d35df3b21a7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/55f7935fffccae86ffc823dada7f5ed628307a62.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/55f7935fffccae86ffc823dada7f5ed628307a62.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/56f54160761e7cddae2504f8a9219825f6bcf63d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/56f54160761e7cddae2504f8a9219825f6bcf63d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5719fcebaefaaf2150d11cd12cc2c2d6982db90f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5719fcebaefaaf2150d11cd12cc2c2d6982db90f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/57529c9d35d1c62657ec8d3d62692404bb2a5d14.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/57529c9d35d1c62657ec8d3d62692404bb2a5d14.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/57647bd07a5f525f6ca1ee0e6406ed571a641ed8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/57647bd07a5f525f6ca1ee0e6406ed571a641ed8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/578ee96b69c05f1730ac5d697ce8fbaf11121b25.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/578ee96b69c05f1730ac5d697ce8fbaf11121b25.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5810e22319d5568cb5ac352e763a6b7bdb8c9da4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5810e22319d5568cb5ac352e763a6b7bdb8c9da4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/589399dbae251f4c3d1051dc7125748b8a4ecf0f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/589399dbae251f4c3d1051dc7125748b8a4ecf0f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/58f604329815b7818d763733b8b8a519069c982c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/58f604329815b7818d763733b8b8a519069c982c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/599ac383d730e876510f1a717feaf40965000d2c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/599ac383d730e876510f1a717feaf40965000d2c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/59d0249d6ae2eeb367e72b04740583bc70f81558.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/59d0249d6ae2eeb367e72b04740583bc70f81558.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/59ee93a28567ee3b87d9fbf153b265bd80c866dd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/59ee93a28567ee3b87d9fbf153b265bd80c866dd.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5a52fcdca43778a1ec6589a678ba4c436d0eb84f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5a52fcdca43778a1ec6589a678ba4c436d0eb84f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5b005f66251c827fed2862ec2630628a735eb73c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5b005f66251c827fed2862ec2630628a735eb73c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5b3716db7b9933cf100388d13172ed80d7ed28c8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5b3716db7b9933cf100388d13172ed80d7ed28c8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5b638fb5e1a349aca7eb44115175c344ccb0cb7b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5b638fb5e1a349aca7eb44115175c344ccb0cb7b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5c6c9be81f369892f1d6f55a257792dc299b9f4a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5c6c9be81f369892f1d6f55a257792dc299b9f4a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5ce0d149e230e5af59248265a8d16fc4c034213a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5ce0d149e230e5af59248265a8d16fc4c034213a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5e775cc8c2fcbda560d122a56a4502c539bced0e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5e775cc8c2fcbda560d122a56a4502c539bced0e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5e784bd6f809ed62af346446c8eb9cceaae84da0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5e784bd6f809ed62af346446c8eb9cceaae84da0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5eae5558f902e0a2909ee2bafbf202d04726e524.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5eae5558f902e0a2909ee2bafbf202d04726e524.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5eef6cadb91dcf81ce1c7d539a5788c70940e405.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5eef6cadb91dcf81ce1c7d539a5788c70940e405.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5f276aed28c7862b73fac51b82a9f5296191bb8a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5f276aed28c7862b73fac51b82a9f5296191bb8a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/5fa3b44fabf3d99a6bf06707a8d1d4160834be12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/5fa3b44fabf3d99a6bf06707a8d1d4160834be12.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/60487003a4f4da3d866e25266465c6d58ff60246.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/60487003a4f4da3d866e25266465c6d58ff60246.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/616a383beeecfd22cff9cbb432d9cafea2e27288.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/616a383beeecfd22cff9cbb432d9cafea2e27288.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/61d0518aa9b4bcb55a5e0eb233879f477b1ff659.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/61d0518aa9b4bcb55a5e0eb233879f477b1ff659.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/61dc9635cdd9f56a7395399c9b7a1a29696b68a3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/61dc9635cdd9f56a7395399c9b7a1a29696b68a3.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/633d84a3cbaeb61aef9395f601eee0e4e958c09b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/633d84a3cbaeb61aef9395f601eee0e4e958c09b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6405b09b284634d4d0f0ee0ae8d5c0b09b4f5d07.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6405b09b284634d4d0f0ee0ae8d5c0b09b4f5d07.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/64c8711a9378c80449f3613416b60119ef4716a7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/64c8711a9378c80449f3613416b60119ef4716a7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/64f372f5838b063c8db0bd574e92dd73a328f34c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/64f372f5838b063c8db0bd574e92dd73a328f34c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/652bf158c8abf6a824b8c36c0d99e595fa1e56a9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/652bf158c8abf6a824b8c36c0d99e595fa1e56a9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/661fe09042d4d8c96bf34e3c2f2f888df52886bf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/661fe09042d4d8c96bf34e3c2f2f888df52886bf.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/67365db9585f488e329ef2ddeae344258f400c7a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/67365db9585f488e329ef2ddeae344258f400c7a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/67b03596795214ac23faa834f64148e15b096774.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/67b03596795214ac23faa834f64148e15b096774.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/68509fb5bdbd40b873e6538276311b783c0b318b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/68509fb5bdbd40b873e6538276311b783c0b318b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/685410db89b6a3bbbacc407d5b9a238d5494c3c3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/685410db89b6a3bbbacc407d5b9a238d5494c3c3.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6887c325488348b514b3b1653f02e75b58dea9ee.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6887c325488348b514b3b1653f02e75b58dea9ee.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/695d80a1d495c6d2804148a06dcfa666cd4b3b55.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/695d80a1d495c6d2804148a06dcfa666cd4b3b55.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6a22403f4102babb0fabe99e60259adaec98d54d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6a22403f4102babb0fabe99e60259adaec98d54d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6af1e1852fa8fad6dac5a030baffbf0a2fbcf96f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6af1e1852fa8fad6dac5a030baffbf0a2fbcf96f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6b2bb4162fea9b7df9df6460cdf636a9e3a6e2aa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6b2bb4162fea9b7df9df6460cdf636a9e3a6e2aa.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6da642b20946519f7b7e06638e06fb7235c74dc4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6da642b20946519f7b7e06638e06fb7235c74dc4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6dc3c0078eb74907b35f97acb903354bb6ce3ff0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6dc3c0078eb74907b35f97acb903354bb6ce3ff0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6e1b35d39c78f5004047b2df24941c7928d8ad30.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6e1b35d39c78f5004047b2df24941c7928d8ad30.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6e475404113b34f687bdea96d48399b6609fde43.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6e475404113b34f687bdea96d48399b6609fde43.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6e5991baef6bd49eef83a985826e8f93692f5e31.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6e5991baef6bd49eef83a985826e8f93692f5e31.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6ec4cb77e04416b360d31ebde1a0ddcca028cbe3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6ec4cb77e04416b360d31ebde1a0ddcca028cbe3.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6ecfd4ec06e13a0f38f91829c29316c2479c4787.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6ecfd4ec06e13a0f38f91829c29316c2479c4787.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/6fd28d4436363af87c600eeb977aafd9218600bb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/6fd28d4436363af87c600eeb977aafd9218600bb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7062fa2a96d2a8f2d7051e8f17c5d5a34f87a743.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7062fa2a96d2a8f2d7051e8f17c5d5a34f87a743.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/70f4e94dc712ee980bae36408ac862ac943f35af.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/70f4e94dc712ee980bae36408ac862ac943f35af.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/71764cb8bc4e56387ddb441d9ee63e9873cadafb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/71764cb8bc4e56387ddb441d9ee63e9873cadafb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/718914cf6071cac3f733384658623ea3802f1aaa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/718914cf6071cac3f733384658623ea3802f1aaa.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/727902648ceac24ef63999a5775e768f75299daa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/727902648ceac24ef63999a5775e768f75299daa.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/72f5fce65e3cacb30e154a209af932aeb1adf346.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/72f5fce65e3cacb30e154a209af932aeb1adf346.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7365387f80c42b2a2da665460cb8825e4bb609f9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7365387f80c42b2a2da665460cb8825e4bb609f9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/75f84044db472f386f73e9ed8a2dd3a7cc94f14e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/75f84044db472f386f73e9ed8a2dd3a7cc94f14e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/76c5d48a04b648d3ae4cce7af495a8d02bffd331.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/76c5d48a04b648d3ae4cce7af495a8d02bffd331.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/76ee099b31b98b955e58bc9d0312c05acae6f4d1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/76ee099b31b98b955e58bc9d0312c05acae6f4d1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7710b1f368647057de41dda3efee066391613f04.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7710b1f368647057de41dda3efee066391613f04.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/77ecb6b0cd69cbfbb045bb1eceb18068b5ef1a1c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/77ecb6b0cd69cbfbb045bb1eceb18068b5ef1a1c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7880064e8c84f91d9d625fa51f5317d2a328b523.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7880064e8c84f91d9d625fa51f5317d2a328b523.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/79d218723f1b15ca20e93fe59786d4a155dd0c2e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/79d218723f1b15ca20e93fe59786d4a155dd0c2e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7a407af78eb939d3b99d071b13b0a50700348e8d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7a407af78eb939d3b99d071b13b0a50700348e8d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7ba885bfa0c9b578f6b1e4abb234198702d314f2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7ba885bfa0c9b578f6b1e4abb234198702d314f2.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7cc3eb9a405752c5ca1a6a908d941b66f47c717e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7cc3eb9a405752c5ca1a6a908d941b66f47c717e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7cd4926be18716f0312e3618d13050d954b4c7d0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7cd4926be18716f0312e3618d13050d954b4c7d0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7d06bb23f25f1e105292b6b548bc1c3d792b9d09.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7d06bb23f25f1e105292b6b548bc1c3d792b9d09.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7e73967ab30328734beb105ca2b4d88e9fa0a032.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7e73967ab30328734beb105ca2b4d88e9fa0a032.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7e788534b460c2dbc5c7045863f9db0e5153fcfa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7e788534b460c2dbc5c7045863f9db0e5153fcfa.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7e96564275f24a62df82240833d5cecce7003090.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7e96564275f24a62df82240833d5cecce7003090.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7ed28241ad2b8039db822afbfb72068f4994f639.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7ed28241ad2b8039db822afbfb72068f4994f639.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/7fbdd2422d734318b14f915e2792caa952d9dce0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/7fbdd2422d734318b14f915e2792caa952d9dce0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/802bf088ce430aa0de40ac85b392394adc931121.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/802bf088ce430aa0de40ac85b392394adc931121.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8101edfe2fdfb924fbde2bd57463373e9b547221.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8101edfe2fdfb924fbde2bd57463373e9b547221.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8148ea8a4a1095fd6fd8813ff1f61faf72783e54.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8148ea8a4a1095fd6fd8813ff1f61faf72783e54.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/81a32dec948948133e88998315c1bca6e482f172.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/81a32dec948948133e88998315c1bca6e482f172.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/84697fc06b47e51339cf897c0cb5da3c1796f6f5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/84697fc06b47e51339cf897c0cb5da3c1796f6f5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/84773e6f6bdcedb2b6d9f58b21a1e00a26357d40.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/84773e6f6bdcedb2b6d9f58b21a1e00a26357d40.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/847c212092d2e684ce672ecaa83cfc31a19fb8da.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/847c212092d2e684ce672ecaa83cfc31a19fb8da.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/84bb3bcb593e62db647c425dd2988368651429bf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/84bb3bcb593e62db647c425dd2988368651429bf.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/853370ef15428b4336e7a25d7ae33ec54ddbd880.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/853370ef15428b4336e7a25d7ae33ec54ddbd880.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/86932daf8340c2b141aba85978357b829edf8551.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/86932daf8340c2b141aba85978357b829edf8551.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/86fdc1b4b169baca83ce90575492efb7560eeeb7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/86fdc1b4b169baca83ce90575492efb7560eeeb7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8706fef94a8b61f90ade7243da2df02c52c95145.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8706fef94a8b61f90ade7243da2df02c52c95145.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/879274581b3c7c1d23128fead058ab228eca59e5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/879274581b3c7c1d23128fead058ab228eca59e5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8840f253f9c805f8036af961c06fc65b0e1c5c19.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8840f253f9c805f8036af961c06fc65b0e1c5c19.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/887930c21dc5052222d22ab613500fd2bddf0805.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/887930c21dc5052222d22ab613500fd2bddf0805.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/89aa233941abbfe831ddc435ace5ea9a2ed9a319.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/89aa233941abbfe831ddc435ace5ea9a2ed9a319.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/89e0abab20dfc38aababd9a610721f543edc2822.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/89e0abab20dfc38aababd9a610721f543edc2822.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8a067a04e96219eb4fac670f95677f1507084ad2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8a067a04e96219eb4fac670f95677f1507084ad2.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8a2f23ded6035adb712b1c42e44fe74529f2e804.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8a2f23ded6035adb712b1c42e44fe74529f2e804.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8a46478ab1737cc4b7657f54177ac740edfaf336.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8a46478ab1737cc4b7657f54177ac740edfaf336.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8a5ec496e706b5ae5deebeb4488abdc40884db2b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8a5ec496e706b5ae5deebeb4488abdc40884db2b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8a962dc26bb226c03505124c0be7e20e30695e87.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8a962dc26bb226c03505124c0be7e20e30695e87.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8cf3f2d5a81f8718cded30c11af5fe52dc0e1d12.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8cf3f2d5a81f8718cded30c11af5fe52dc0e1d12.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8d568dbf198b3586742f66421539098cf5093c6c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8d568dbf198b3586742f66421539098cf5093c6c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8e7bba40b467a5c45e2945a007651116c923933c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8e7bba40b467a5c45e2945a007651116c923933c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8ebf25a2bf8e10fc86fd6b9157394f5c8a1d80c0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8ebf25a2bf8e10fc86fd6b9157394f5c8a1d80c0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8ef2db979c2a35b45a2d3a2992dd60f5d0ab260f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8ef2db979c2a35b45a2d3a2992dd60f5d0ab260f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8ef61fc706324968c7d68818e7d408e080eb8c76.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8ef61fc706324968c7d68818e7d408e080eb8c76.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8f173f929b0987ff96986e94a90fe5f0b11f8bdd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8f173f929b0987ff96986e94a90fe5f0b11f8bdd.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/8fca41f201980ceafd2312c79f5e095f938f677c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/8fca41f201980ceafd2312c79f5e095f938f677c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9019c2dc9d4c8a96a82d0f7d228522d36e3a93b7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9019c2dc9d4c8a96a82d0f7d228522d36e3a93b7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/909ee7e51263fa553f6ecdaf68fa5cd2f8be449a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/909ee7e51263fa553f6ecdaf68fa5cd2f8be449a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/91e13b8156fbe2d76e73b3a8b4233a16af8b9787.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/91e13b8156fbe2d76e73b3a8b4233a16af8b9787.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/92491d0b435a35f2cb1fc5a36fc70e701cfa9fef.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/92491d0b435a35f2cb1fc5a36fc70e701cfa9fef.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/924be3ac07936c658e14834ac31bc6101b8430e9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/924be3ac07936c658e14834ac31bc6101b8430e9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/937e40ade87a883d0c8184e79d63126f5e789752.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/937e40ade87a883d0c8184e79d63126f5e789752.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/93c3ec0a4c545d81012217df35ce634a52a0de11.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/93c3ec0a4c545d81012217df35ce634a52a0de11.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/943e0d0e2f2d83d0f814e359214f46e4bfd834a5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/943e0d0e2f2d83d0f814e359214f46e4bfd834a5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/949d678536d0dccb1939e800c769fabfac1cdff1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/949d678536d0dccb1939e800c769fabfac1cdff1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/94e97e162aa6435266e6a9b7c35bc1dcb5842abb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/94e97e162aa6435266e6a9b7c35bc1dcb5842abb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/94f89cd126e6b55f031772165e001d4b288790bd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/94f89cd126e6b55f031772165e001d4b288790bd.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/957eb048075042de2f35e93d92ed9a21c61cf62c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/957eb048075042de2f35e93d92ed9a21c61cf62c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9606a0d75daedeca704d8b3db0c7c9c2cd4b82d5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9606a0d75daedeca704d8b3db0c7c9c2cd4b82d5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/96206883313deb6a476f15043a5ef8cb6794734a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/96206883313deb6a476f15043a5ef8cb6794734a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/964f4c2c3a80a15d283abb21828a3fda0a4d3705.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/964f4c2c3a80a15d283abb21828a3fda0a4d3705.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/96c37a27064b2bfa4ea181cf1df7305093e6595e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/96c37a27064b2bfa4ea181cf1df7305093e6595e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9807d3a30c7f305b695d54a04c30d5fb6d969c8f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9807d3a30c7f305b695d54a04c30d5fb6d969c8f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/99321235adf8ceb73ff1a807baae9f3e6594faeb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/99321235adf8ceb73ff1a807baae9f3e6594faeb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9989bab0aed7652489175678aeac53b621b6d989.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9989bab0aed7652489175678aeac53b621b6d989.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9a4bbeb26fcc1db82d2c401b50788aed856367e2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9a4bbeb26fcc1db82d2c401b50788aed856367e2.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9a9d99a304883665abafda5c7f6d4fa20d4bf842.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9a9d99a304883665abafda5c7f6d4fa20d4bf842.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9cf1b7ecf4d2f6052d49a4eb5484bd50cd4b03c1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9cf1b7ecf4d2f6052d49a4eb5484bd50cd4b03c1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9d1c7d2eba774c95d08f762d1d588b5e93965376.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9d1c7d2eba774c95d08f762d1d588b5e93965376.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9d443ec860c222677af995dd3dd45ddade040dcb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9d443ec860c222677af995dd3dd45ddade040dcb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9d89e2077dfb0ae4165956c0f43e0730925edba5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9d89e2077dfb0ae4165956c0f43e0730925edba5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9dbdadf6abf0f63d0275c799272b53f8f026fe7c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9dbdadf6abf0f63d0275c799272b53f8f026fe7c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9e249fa3cd443fcc902c778118bbf8f7f9bd026e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9e249fa3cd443fcc902c778118bbf8f7f9bd026e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9e514c9f43417fc6b2f80ce70499f6f70e4c5e7a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9e514c9f43417fc6b2f80ce70499f6f70e4c5e7a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9ed317eb103955fd8dc8dbad75b98d4aee0983e1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9ed317eb103955fd8dc8dbad75b98d4aee0983e1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9f38aa33a0eac09ffafa47b734fe9cea2a0caa8d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9f38aa33a0eac09ffafa47b734fe9cea2a0caa8d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/9fc3dc80e56580a0d1db10e9383f7412578b90bf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/9fc3dc80e56580a0d1db10e9383f7412578b90bf.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a0a406a4301e3f0a63168f6d1ccfbee651572adc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a0a406a4301e3f0a63168f6d1ccfbee651572adc.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a0b085eb3463f68d6b2d6d566b03a87641a5fe2a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a0b085eb3463f68d6b2d6d566b03a87641a5fe2a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a152e258a5469a761e3dabeaa01ffa448fa2735f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a152e258a5469a761e3dabeaa01ffa448fa2735f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a194b2a283e5becb18277e9bdcc2ecace9b11b85.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a194b2a283e5becb18277e9bdcc2ecace9b11b85.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a2c0933fa992ce8c2f07e0cdc5ede6a61a6d9916.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a2c0933fa992ce8c2f07e0cdc5ede6a61a6d9916.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a2d70c7e96cd4a43c75f5cbc3e71f11ee75ce8fe.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a2d70c7e96cd4a43c75f5cbc3e71f11ee75ce8fe.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a31f4c0e521df87b4fafdfbd03a1659689f5d1e5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a31f4c0e521df87b4fafdfbd03a1659689f5d1e5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a414ec3c86fdef5415f47a180b145024dc8b0d6a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a414ec3c86fdef5415f47a180b145024dc8b0d6a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a4439248324aa4e0a504bf1172077398f4c5ec17.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a4439248324aa4e0a504bf1172077398f4c5ec17.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a464c26ed8e39f1ba0764e213d8588f1de7ce30c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a464c26ed8e39f1ba0764e213d8588f1de7ce30c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a55cff0a1f39bbd106ac7eadcb66731ccd5ac22f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a55cff0a1f39bbd106ac7eadcb66731ccd5ac22f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a6904c56fd1b8920d6acc2540520c6a55789b871.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a6904c56fd1b8920d6acc2540520c6a55789b871.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a73e4ff8ade1b7cf43efed7f3be144efd85ddd9e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a73e4ff8ade1b7cf43efed7f3be144efd85ddd9e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a7a35bff03ad38fdf6bde01d6d49d28fa4ed08bd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a7a35bff03ad38fdf6bde01d6d49d28fa4ed08bd.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a7f71ecf2c1eaa42aaaf8f673ce1272774372652.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a7f71ecf2c1eaa42aaaf8f673ce1272774372652.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a8a1d3e9eaf5c8515137d9b4d4eedc0bfafa85b8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a8a1d3e9eaf5c8515137d9b4d4eedc0bfafa85b8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a936ef679323decfba07fae5d498c330d12d2d30.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a936ef679323decfba07fae5d498c330d12d2d30.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a9657bf283e78175567d56aa1e09e548a7366cce.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a9657bf283e78175567d56aa1e09e548a7366cce.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a9725228501d33125f0ddd5f5ff7e4b6ded52e15.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a9725228501d33125f0ddd5f5ff7e4b6ded52e15.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a9b6edbc372d9de9991b0826ace68ff7c2af5b1e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a9b6edbc372d9de9991b0826ace68ff7c2af5b1e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/a9e3f86b06974cc9f91d9d62aeae22f27bde0f1b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/a9e3f86b06974cc9f91d9d62aeae22f27bde0f1b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/aa04ff0f5daccbaaf17c9f23aafd1d10b28093b0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/aa04ff0f5daccbaaf17c9f23aafd1d10b28093b0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ab187a3e5fe4f8fc5683b59d22250a1712ea2f33.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ab187a3e5fe4f8fc5683b59d22250a1712ea2f33.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ab8b755ce711b7706a6d6da607b42a192f7c5682.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ab8b755ce711b7706a6d6da607b42a192f7c5682.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ac6172807c2c1b42ba0833e3abe7607014f73c6c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ac6172807c2c1b42ba0833e3abe7607014f73c6c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/acaec122f7b9909e216a1f878702579294961c89.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/acaec122f7b9909e216a1f878702579294961c89.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/adad9183e55d747d96687df55b284af1247cbf13.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/adad9183e55d747d96687df55b284af1247cbf13.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/af60b7605ff7cd23505bc15dc2f07b732223d7c4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/af60b7605ff7cd23505bc15dc2f07b732223d7c4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/af6e3e72c9f3cbbcee6187a84de295ebeea0a019.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/af6e3e72c9f3cbbcee6187a84de295ebeea0a019.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/afa972ac9f929113529d250d3dc9d4cd59e101bf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/afa972ac9f929113529d250d3dc9d4cd59e101bf.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/afec814f1e0d8f2afbd96501ba1463a7114cc67b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/afec814f1e0d8f2afbd96501ba1463a7114cc67b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b1c8b273aa202c3fccb02f1f98ba8cef1bb46a91.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b1c8b273aa202c3fccb02f1f98ba8cef1bb46a91.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b1f7a350743b6c17f8d4d7dc57ac3bd46b74bffc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b1f7a350743b6c17f8d4d7dc57ac3bd46b74bffc.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b22f1832cfa2e5f84dcad942a8e827fc7351444b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b22f1832cfa2e5f84dcad942a8e827fc7351444b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b2506497b85c47e883d092b62dabbb00d3d25e2b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b2506497b85c47e883d092b62dabbb00d3d25e2b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b2537d1d95d1b488b2965bc14fd9724698d3ffa5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b2537d1d95d1b488b2965bc14fd9724698d3ffa5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b25c29092f78101295bb79a65220a52355d9a91e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b25c29092f78101295bb79a65220a52355d9a91e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b355fc27a5d8af71acb9fd54372518f8c129de0b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b355fc27a5d8af71acb9fd54372518f8c129de0b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b3eccae30ef7bd8699cd5183222ebdef591025df.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b3eccae30ef7bd8699cd5183222ebdef591025df.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b42056d38cf8fc03a133fbce6968c2e9d731a865.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b42056d38cf8fc03a133fbce6968c2e9d731a865.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b55db74795b1d15e3b71e9193a80fdedac3b30a3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b55db74795b1d15e3b71e9193a80fdedac3b30a3.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b5b91b6ab8fbfe64144a0f2451a7ee58a19979cf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b5b91b6ab8fbfe64144a0f2451a7ee58a19979cf.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b608bc6de991258afc0626f74916a5152b21227d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b608bc6de991258afc0626f74916a5152b21227d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b68c47b5d8e9a51a6216e06494ede6fe07d9f320.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b68c47b5d8e9a51a6216e06494ede6fe07d9f320.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b78044ad3f0097315f2ac951be904aeddbb3228c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b78044ad3f0097315f2ac951be904aeddbb3228c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b7a5cdccf3ed4dbf4d61cd49ead8b24e1cdd2304.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b7a5cdccf3ed4dbf4d61cd49ead8b24e1cdd2304.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b7c01b6c7c3f1f7f3e95725db0ea78ea32c2e925.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b7c01b6c7c3f1f7f3e95725db0ea78ea32c2e925.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b80d971c30d35e241573c4fccd729396db09ac33.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b80d971c30d35e241573c4fccd729396db09ac33.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b86ecc4bc34560dbfee3f541c49f0183aafca3a0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b86ecc4bc34560dbfee3f541c49f0183aafca3a0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b8a45cbb12eb79cb2ef222ab41dfaa9a10be0287.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b8a45cbb12eb79cb2ef222ab41dfaa9a10be0287.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b92386fc8bacc19c45e78465d2bf4c673213c528.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b92386fc8bacc19c45e78465d2bf4c673213c528.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/b9c7faff1442d501760ef833bfce0a302329102e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/b9c7faff1442d501760ef833bfce0a302329102e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ba0142d14563a75448e91e88286e679911547ec8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ba0142d14563a75448e91e88286e679911547ec8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ba518a865e20b90997459c0c83006b69a3ebcd8e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ba518a865e20b90997459c0c83006b69a3ebcd8e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ba74219a55cb95e20e1c180a39fe475234d35b8b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ba74219a55cb95e20e1c180a39fe475234d35b8b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/bb514ed65baccb01c6c149919913ff6772d0447b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/bb514ed65baccb01c6c149919913ff6772d0447b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/bc1498316f749295e69f25ed36a972c51c475704.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/bc1498316f749295e69f25ed36a972c51c475704.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/bc18a4cefa4b420b9a1deeee3e8a4e899943dd1a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/bc18a4cefa4b420b9a1deeee3e8a4e899943dd1a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/bce296035ae31d6ff617717c468084269b2c2530.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/bce296035ae31d6ff617717c468084269b2c2530.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/bd0f5273f47f56045a1b5a40764d1c1a1994d02c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/bd0f5273f47f56045a1b5a40764d1c1a1994d02c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/be2baa303070abd766f9245e4dd1dce48abc7801.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/be2baa303070abd766f9245e4dd1dce48abc7801.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/beed0daaccd1f4ff37acf7acce8743af4716bc50.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/beed0daaccd1f4ff37acf7acce8743af4716bc50.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/bf12ac7cc8b7f4c3ca164b29bd066bb495ecacc9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/bf12ac7cc8b7f4c3ca164b29bd066bb495ecacc9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c0388fc2db9cb70f8555bbbc9f3ae4831f05e95b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c0388fc2db9cb70f8555bbbc9f3ae4831f05e95b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c044c0c3d267437f9b3ac989709231ec4f805fb8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c044c0c3d267437f9b3ac989709231ec4f805fb8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c0537cf0911142fa9a728bcf5f8ae7e2957c4a4c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c0537cf0911142fa9a728bcf5f8ae7e2957c4a4c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c06ee8491628a73240d19d301c78d6c4dc1f2d9f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c06ee8491628a73240d19d301c78d6c4dc1f2d9f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c0af13f93a411e25f7fdbbcb423b4a0f4d3861d4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c0af13f93a411e25f7fdbbcb423b4a0f4d3861d4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c0b7f547d3a82f2e15e46ee54ea45eb66e93438a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c0b7f547d3a82f2e15e46ee54ea45eb66e93438a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c11bf8cba3e6fd7181b751c4576ff30f76ad9e27.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c11bf8cba3e6fd7181b751c4576ff30f76ad9e27.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c28bb1cd63ae7f7d629773a67a665e078fc98f94.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c28bb1cd63ae7f7d629773a67a665e078fc98f94.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c36c32c21b0b9bc366f76489c331ecfe355d39eb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c36c32c21b0b9bc366f76489c331ecfe355d39eb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c3727443d60050f1e6ebcf780d646950b472916a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c3727443d60050f1e6ebcf780d646950b472916a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c3fcb37be0e8d17337f75f44870dbb0067b24c30.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c3fcb37be0e8d17337f75f44870dbb0067b24c30.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c452f451ced0c8815e2cbeb69a234ca1218ef6ff.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c452f451ced0c8815e2cbeb69a234ca1218ef6ff.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c4bd1bf22bc307a731244acad4b1dae4541dd126.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c4bd1bf22bc307a731244acad4b1dae4541dd126.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c4dd5ae7b897090d54d350dca827982d80415226.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c4dd5ae7b897090d54d350dca827982d80415226.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c53126431c68aca505e9927d7ad55119ca7b64fa.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c53126431c68aca505e9927d7ad55119ca7b64fa.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c587c43b90f638311555d26cc10f58a3bf8440c8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c587c43b90f638311555d26cc10f58a3bf8440c8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c5d690844a1f4ed17ce445387f6d07c9a130d4e5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c5d690844a1f4ed17ce445387f6d07c9a130d4e5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c64213debf380fa1bb026b6e4d2ad5d08904758e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c64213debf380fa1bb026b6e4d2ad5d08904758e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c72119a4112a5d2b9edfb677c272c4a35621ef68.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c72119a4112a5d2b9edfb677c272c4a35621ef68.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c7ff8a64a38491df1589535d858c6eb6c255e0cb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c7ff8a64a38491df1589535d858c6eb6c255e0cb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c8de56918769beeaff4b3859bf8dfde1f5c719b0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c8de56918769beeaff4b3859bf8dfde1f5c719b0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/c996dc76026d234997e0eb0349f4df9870a34cb0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/c996dc76026d234997e0eb0349f4df9870a34cb0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ca201618baa2035a05bbd4dadf48f7b8be900bef.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ca201618baa2035a05bbd4dadf48f7b8be900bef.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ca4c434bea193345f9938528cad245efa65f9c03.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ca4c434bea193345f9938528cad245efa65f9c03.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cac4312f9920a000fd842cea0c96903fdf286d06.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cac4312f9920a000fd842cea0c96903fdf286d06.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cb07e440e3fda77e63332afb6dc5b6f0c58feba8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cb07e440e3fda77e63332afb6dc5b6f0c58feba8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cb517df061b1b1996a6b7ca83f58df1e5844d37f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cb517df061b1b1996a6b7ca83f58df1e5844d37f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cba818e13603532443a210f01a0bb2be91c4c8f7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cba818e13603532443a210f01a0bb2be91c4c8f7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cbf3a3484418e4f56ebd6a769e692082da9b64d7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cbf3a3484418e4f56ebd6a769e692082da9b64d7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cbfc312ead24087e6015c6829240a97d57001dd6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cbfc312ead24087e6015c6829240a97d57001dd6.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cc017e6d996ed3cf2871fd41ac9b0e4a0d7002e4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cc017e6d996ed3cf2871fd41ac9b0e4a0d7002e4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cc9681f685fcd78e853e7ea0ef90cafb8e21710c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cc9681f685fcd78e853e7ea0ef90cafb8e21710c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cdcd3cd1a34f88a7ff5de5b6ad820b06e5d9b59c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cdcd3cd1a34f88a7ff5de5b6ad820b06e5d9b59c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cdea40f1e7ffc57c89172526c4890453c5c2b866.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cdea40f1e7ffc57c89172526c4890453c5c2b866.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cdeb7884eeb292fe3a9567609219836ab0f318c7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cdeb7884eeb292fe3a9567609219836ab0f318c7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ce1dcfa3b3fc6632fb45d04cfa4e1b176e28e362.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ce1dcfa3b3fc6632fb45d04cfa4e1b176e28e362.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ce93c2fa0db57914604188bc78b2fce2bb5f2eab.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ce93c2fa0db57914604188bc78b2fce2bb5f2eab.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cec9041a924bfecec460f3013d0982324a24428f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cec9041a924bfecec460f3013d0982324a24428f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cf1d0cdd67ac1e6735572be2a3b7387dabdc7dcc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cf1d0cdd67ac1e6735572be2a3b7387dabdc7dcc.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/cf418b4967182aa4740a743c39dede7af4d3a63c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/cf418b4967182aa4740a743c39dede7af4d3a63c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d06fcadef7d72cc49ab696e03a7426032e7d90ec.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d06fcadef7d72cc49ab696e03a7426032e7d90ec.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d0e72625d0c86a889c972a7431f4c9b762e23f60.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d0e72625d0c86a889c972a7431f4c9b762e23f60.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d0eb00a472d889765865edfd2d1e2583434c1d3f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d0eb00a472d889765865edfd2d1e2583434c1d3f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d13efc4b7d35dea5ecb78522b323bc432c32c1e1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d13efc4b7d35dea5ecb78522b323bc432c32c1e1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d1a4957c307141fa3f2373d19e3907c57efb0927.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d1a4957c307141fa3f2373d19e3907c57efb0927.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d1a8cde970d99d4e5c84287fa729afa5a0ebebb0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d1a8cde970d99d4e5c84287fa729afa5a0ebebb0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d1cf0b5921b5b892184ad98e8d6e58efed373842.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d1cf0b5921b5b892184ad98e8d6e58efed373842.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d1da688b141e2bf9c5e614b83785ea28d273d822.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d1da688b141e2bf9c5e614b83785ea28d273d822.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d2bc79cdb91c96fcabd5d7085a3433f2a5c50c09.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d2bc79cdb91c96fcabd5d7085a3433f2a5c50c09.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d2d8be4ec6291a9e2e14b8e26ce7403e56b87a31.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d2d8be4ec6291a9e2e14b8e26ce7403e56b87a31.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d349c5559de0b498ce953d8d92d5d21b0ba699c4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d349c5559de0b498ce953d8d92d5d21b0ba699c4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d3cadf68c6c327933598f61c7e955912c81fcf1c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d3cadf68c6c327933598f61c7e955912c81fcf1c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d3f8d1eb5d216de16e64ea065fa16efc7ad031a1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d3f8d1eb5d216de16e64ea065fa16efc7ad031a1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d44f8664b7a24b06cc66c12fc40c77d51ecf40ca.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d44f8664b7a24b06cc66c12fc40c77d51ecf40ca.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d4e8047340a927910810b12998830c1c8677d6eb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d4e8047340a927910810b12998830c1c8677d6eb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d5451cab0c8d2cd0a8ecd587813968ccce2d0fdb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d5451cab0c8d2cd0a8ecd587813968ccce2d0fdb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d62b17475fc00b963bbb77243570c139dae6e6ea.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d62b17475fc00b963bbb77243570c139dae6e6ea.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d72e3b58646292f7fdaa80995c1c357e25ef1291.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d72e3b58646292f7fdaa80995c1c357e25ef1291.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d73bfdd03fd49b34d0e1cdf4cee215aa98eacdfc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d73bfdd03fd49b34d0e1cdf4cee215aa98eacdfc.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d78460eb2aa4417e52a8d9850934e35ef6b6117f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d78460eb2aa4417e52a8d9850934e35ef6b6117f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d7a5e65acfe22e6949be5e80fdc5ce1b21acbf9d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d7a5e65acfe22e6949be5e80fdc5ce1b21acbf9d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d7c477689a1abeda0c206c062a720448afd85ba6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d7c477689a1abeda0c206c062a720448afd85ba6.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d7cc383049ad5ee637b6b2505ad08e436c696446.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d7cc383049ad5ee637b6b2505ad08e436c696446.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d89fe85df2274939a201efb33da6e07ea30da270.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d89fe85df2274939a201efb33da6e07ea30da270.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d902c3545e8bc66da2a33f3b9500ac85f24bd1c0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d902c3545e8bc66da2a33f3b9500ac85f24bd1c0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d91245d2c333858b547ca7077b360e02137f79d7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d91245d2c333858b547ca7077b360e02137f79d7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/d9b9bad98da414f79fc4bd3fb74fd03b4788f551.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/d9b9bad98da414f79fc4bd3fb74fd03b4788f551.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/da5bfafe2f671e968bf8505bab59725b54bec53e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/da5bfafe2f671e968bf8505bab59725b54bec53e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/da81059e54790a383c81342a594700cabb3b92fd.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/da81059e54790a383c81342a594700cabb3b92fd.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/da8738ccedaf24e663a51bed8ba0958e87ea012e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/da8738ccedaf24e663a51bed8ba0958e87ea012e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/db1161cdd4ad9dd237e2b11fb32c67206652ed75.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/db1161cdd4ad9dd237e2b11fb32c67206652ed75.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/db274585520646673d0cdf1c18efb09f59bb196f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/db274585520646673d0cdf1c18efb09f59bb196f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/db5ade076abab8dd57d29e32423edd23c60ba6f6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/db5ade076abab8dd57d29e32423edd23c60ba6f6.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/db60a77407a56d6c24db33dccfcbd7b6621acd5c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/db60a77407a56d6c24db33dccfcbd7b6621acd5c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/db75e787621637b30ce9a21b8b7b65310c2e59a5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/db75e787621637b30ce9a21b8b7b65310c2e59a5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dbee0cfeb3d971cf635e7ac92f66a85132f256c2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dbee0cfeb3d971cf635e7ac92f66a85132f256c2.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dc65dffaddbb3b82b246d702b80c801cbb7a59bf.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dc65dffaddbb3b82b246d702b80c801cbb7a59bf.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dca3af6e4a26333fbc5660d603ab1b98cce66dd8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dca3af6e4a26333fbc5660d603ab1b98cce66dd8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dcd4d17be72dab4d81c878578918eaea413e8a91.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dcd4d17be72dab4d81c878578918eaea413e8a91.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dd0ba571ebd2193eb1505a826d9e54c01be816eb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dd0ba571ebd2193eb1505a826d9e54c01be816eb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dd118a651af3c50efc6568f52df9fec54780ffb2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dd118a651af3c50efc6568f52df9fec54780ffb2.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dd30fb6a501694e4d0640e476837bb895006f00d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dd30fb6a501694e4d0640e476837bb895006f00d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dd588c921c43ad784f394a4bf7b47f107b41fc8b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dd588c921c43ad784f394a4bf7b47f107b41fc8b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/dd6e013e50b7ba59da25c41d9161bdeb657b4991.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/dd6e013e50b7ba59da25c41d9161bdeb657b4991.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ddc33e70107b562e0354bff1c37d559749cf6992.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ddc33e70107b562e0354bff1c37d559749cf6992.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/de19be2cd2a35c7b409e5e7e850171e0a4c07e41.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/de19be2cd2a35c7b409e5e7e850171e0a4c07e41.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/de9489b28233e9dbbcdc8be69ad983edff984600.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/de9489b28233e9dbbcdc8be69ad983edff984600.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/de9b4765a700d112d146fdfbace1516b52795757.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/de9b4765a700d112d146fdfbace1516b52795757.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/df603a4039f27c5f903b0ee70f92d0fb82c43487.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/df603a4039f27c5f903b0ee70f92d0fb82c43487.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e080d3cb56e4929719243f1ccef77d17cfcb5e73.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e080d3cb56e4929719243f1ccef77d17cfcb5e73.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e0d97fa414ba0a7e905b172d7e2cc54e200fed32.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e0d97fa414ba0a7e905b172d7e2cc54e200fed32.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e0e3497ec7f8396aaec9973cb1030d86eba615f5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e0e3497ec7f8396aaec9973cb1030d86eba615f5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e34cbe997efb4391f2fbedf770de04d4c6a284a0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e34cbe997efb4391f2fbedf770de04d4c6a284a0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e430deef2442ed11accc2af6bccb54c9fc85224d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e430deef2442ed11accc2af6bccb54c9fc85224d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e49b761b67bbab1b3b9bb060a909be15ee0e3465.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e49b761b67bbab1b3b9bb060a909be15ee0e3465.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e4fde90558b3e709200d51850d16ec756510aefc.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e4fde90558b3e709200d51850d16ec756510aefc.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e51918ee29e65841d61a21b11c4f5476698333de.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e51918ee29e65841d61a21b11c4f5476698333de.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e586be73fe9de2c7f8ad53df69d4fafd381545e9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e586be73fe9de2c7f8ad53df69d4fafd381545e9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e59cbe7104b68e774baf0c1cc77db1c7cc4e822d.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e59cbe7104b68e774baf0c1cc77db1c7cc4e822d.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e5ac842bd0a49cb1c1d0193d99ea045799f8b374.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e5ac842bd0a49cb1c1d0193d99ea045799f8b374.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e5bd41c3092f458f7f62806519f35eec3966b79e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e5bd41c3092f458f7f62806519f35eec3966b79e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e73f42da779b1c84087b67666151752a49abc0b5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e73f42da779b1c84087b67666151752a49abc0b5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e7d6aba140f0b31fc5e148ac9fffa40949c7af39.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e7d6aba140f0b31fc5e148ac9fffa40949c7af39.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e81aa83c5f23d396bc2953c061af6a5c454cd3e4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e81aa83c5f23d396bc2953c061af6a5c454cd3e4.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e9c5374535b21056cf0e66a8cb8dd665bea7d2ae.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e9c5374535b21056cf0e66a8cb8dd665bea7d2ae.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e9ea1b1035c38299dd30725401624ba15b0649d7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e9ea1b1035c38299dd30725401624ba15b0649d7.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/e9f3097fe4f277679fa38ed1f47b1d54aac6da4e.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/e9f3097fe4f277679fa38ed1f47b1d54aac6da4e.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ea43d3ae4ae40c858138daa4664f6986d645e4a5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ea43d3ae4ae40c858138daa4664f6986d645e4a5.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ea8746c24257216b2792d975fa79005486812d6b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ea8746c24257216b2792d975fa79005486812d6b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/eb2c19fd4fe54447707dd2ed520f1ca477a7c586.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/eb2c19fd4fe54447707dd2ed520f1ca477a7c586.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ecc2066febdbe53449409d61b06b43b43b12b642.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ecc2066febdbe53449409d61b06b43b43b12b642.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ee98de71392dbdc0c8bd50dcd9d81a5824dc6311.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ee98de71392dbdc0c8bd50dcd9d81a5824dc6311.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/eee1d67d7fbb34d40d8ce66f7776f2fbe6870315.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/eee1d67d7fbb34d40d8ce66f7776f2fbe6870315.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/efb2cd5cf57ef6ef3352c6fcbd838caf8b210fd0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/efb2cd5cf57ef6ef3352c6fcbd838caf8b210fd0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/efbc6b24669420facbfdc5011f4104b96a3c9116.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/efbc6b24669420facbfdc5011f4104b96a3c9116.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/efbf197dd0e461849b4be53542ed150986c64e1a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/efbf197dd0e461849b4be53542ed150986c64e1a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f0136cb5e4edb236106e4a456299dfe278c6e799.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f0136cb5e4edb236106e4a456299dfe278c6e799.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f1aa18e259c1d6ed4b702fa6e731b457706b1cd8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f1aa18e259c1d6ed4b702fa6e731b457706b1cd8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f302a7f283c76cdb23f385440b10c51c237cf2e1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f302a7f283c76cdb23f385440b10c51c237cf2e1.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f3662eaa9d0de64680889e91d3d6bb91192cc312.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f3662eaa9d0de64680889e91d3d6bb91192cc312.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f3800cfdb7ac71f9e8d040c004809a20269549e8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f3800cfdb7ac71f9e8d040c004809a20269549e8.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f51429136290eee4c3c54126266d73340d73482b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f51429136290eee4c3c54126266d73340d73482b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f6242d2e050ec3458ed6740e09c8b164f37d2dbb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f6242d2e050ec3458ed6740e09c8b164f37d2dbb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f643726b74240067e130bf9aaa7e9c44ce0039fb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f643726b74240067e130bf9aaa7e9c44ce0039fb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f64377982464e3e01f9626380c3d9072ca0b7e42.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f64377982464e3e01f9626380c3d9072ca0b7e42.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f74ee5f6a29a6dcfaa24a9154dc0ab13bd119c69.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f74ee5f6a29a6dcfaa24a9154dc0ab13bd119c69.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f80908283a64a9c8f8461451acb904fc483fbb99.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f80908283a64a9c8f8461451acb904fc483fbb99.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f8905427f8a94e5274ceb4c62a25bdf75aa61629.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f8905427f8a94e5274ceb4c62a25bdf75aa61629.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f8a1b0e4ac59d19f35b75b6485c35a08dd74968f.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f8a1b0e4ac59d19f35b75b6485c35a08dd74968f.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/f9bc34e48df803e666addf34a38ade3249e99f57.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/f9bc34e48df803e666addf34a38ade3249e99f57.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/fa9c5fe3aca89fe99f5949dd9afc18cb0b109a88.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/fa9c5fe3aca89fe99f5949dd9afc18cb0b109a88.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/faf965714d624a28faf2cbf83a9ad9d5e571c68c.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/faf965714d624a28faf2cbf83a9ad9d5e571c68c.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/fbbdc7b4dcacebaeca0f55266e6ddbc6ea41a775.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/fbbdc7b4dcacebaeca0f55266e6ddbc6ea41a775.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/fbc0dce754b0fad8556e4e90f8f145d6ce85be77.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/fbc0dce754b0fad8556e4e90f8f145d6ce85be77.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/fdce2aa6b81a0670365d64927a33e2b430b914d9.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/fdce2aa6b81a0670365d64927a33e2b430b914d9.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/fe1c44f8e52eddee285de230caf09a3c04461bda.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/fe1c44f8e52eddee285de230caf09a3c04461bda.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/fe3fa65cd82566c5418f661fa78d10bdbc1aaf72.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/fe3fa65cd82566c5418f661fa78d10bdbc1aaf72.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/fe93662d5ef0d5ec9466cc21c44e0ef5753e4c93.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/fe93662d5ef0d5ec9466cc21c44e0ef5753e4c93.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/feb019ca3f7705ec8d36003a0a798a7b2e35edfb.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/feb019ca3f7705ec8d36003a0a798a7b2e35edfb.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ff3e925c79cb2461d8598af6a6814adf3908504a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ff3e925c79cb2461d8598af6a6814adf3908504a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ff74803d058b6f0ebba804fef910e885d95ea71b.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ff74803d058b6f0ebba804fef910e885d95ea71b.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ff7ce319cbb020204d53360169c887de4865054a.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ff7ce319cbb020204d53360169c887de4865054a.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ffcc73132f474ae1d4ce578b07db7785a6a0fc66.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ffcc73132f474ae1d4ce578b07db7785a6a0fc66.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/product_images/full/ffe2e526677e75f84fe0a6e49dcca5e3f56bf2a0.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/bookscrape/bookscraper/product_images/full/ffe2e526677e75f84fe0a6e49dcca5e3f56bf2a0.jpg
--------------------------------------------------------------------------------
/bookscrape/bookscraper/scrapinghub.yml:
--------------------------------------------------------------------------------
1 | projects:
2 | default: 124858
3 |
--------------------------------------------------------------------------------
/bookscrape/bookscraper/scrapy.cfg:
--------------------------------------------------------------------------------
1 | # Automatically created by: scrapy startproject
2 | #
3 | # For more information about the [deploy] section see:
4 | # https://scrapyd.readthedocs.org/en/latest/deploy.html
5 |
6 | [settings]
7 | default = bookscraper.settings
8 |
9 | [deploy]
10 | #url = http://localhost:6800/
11 | project = bookscraper
12 |
--------------------------------------------------------------------------------
/bookscrape/bookscraper/setup.py:
--------------------------------------------------------------------------------
1 | # Automatically created by: shub deploy
2 |
3 | from setuptools import setup, find_packages
4 |
5 | setup(
6 | name = 'project',
7 | version = '1.0',
8 | packages = find_packages(),
9 | entry_points = {'scrapy': ['settings = bookscraper.settings']},
10 | )
11 |
--------------------------------------------------------------------------------
/countryscraper/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/countryscraper/countryscraper/countryscraper/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/countryscraper/countryscraper/countryscraper/__init__.py
--------------------------------------------------------------------------------
/countryscraper/countryscraper/countryscraper/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/customnameimage/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/customnameimage/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/customnameimage/customnameimage/customnameimage/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/customnameimage/customnameimage/customnameimage/__init__.py
--------------------------------------------------------------------------------
/customnameimage/customnameimage/customnameimage/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/imagescraper/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/imagescraper/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/imagescraper/ImageScraper/ImageScraper/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/imagescraper/ImageScraper/ImageScraper/__init__.py
--------------------------------------------------------------------------------
/imagescraper/ImageScraper/ImageScraper/run.py:
--------------------------------------------------------------------------------
1 | from scrapy import cmdline
2 | cmdline.execute("scrapy crawl imagescraper".split())
--------------------------------------------------------------------------------
/imagescraper/ImageScraper/ImageScraper/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/infinitescrolling/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/infinitescrolling/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/infinitescrolling/infinitescrolling/infinitescrolling/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/infinitescrolling/infinitescrolling/infinitescrolling/__init__.py
--------------------------------------------------------------------------------
/infinitescrolling/infinitescrolling/infinitescrolling/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/itemloader/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/itemloader/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/itemloader/itemloader/itemloader/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/itemloader/itemloader/itemloader/__init__.py
--------------------------------------------------------------------------------
/itemloader/itemloader/itemloader/run.py:
--------------------------------------------------------------------------------
1 | from scrapy import cmdline
2 | cmdline.execute("scrapy crawl toscrape".split())
--------------------------------------------------------------------------------
/itemloader/itemloader/itemloader/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/itemloader/itemloader/scrapy.cfg:
--------------------------------------------------------------------------------
1 | # Automatically created by: scrapy startproject
2 | #
3 | # For more information about the [deploy] section see:
4 | # https://scrapyd.readthedocs.org/en/latest/deploy.html
5 |
6 | [settings]
7 | default = itemloader.settings
8 |
9 | [deploy]
10 | #url = http://localhost:6800/
11 | project = itemloader
12 |
--------------------------------------------------------------------------------
/login/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/login/login/login/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/login/login/login/__init__.py
--------------------------------------------------------------------------------
/login/login/login/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/login/login/scrapy.cfg:
--------------------------------------------------------------------------------
1 | # Automatically created by: scrapy startproject
2 | #
3 | # For more information about the [deploy] section see:
4 | # https://scrapyd.readthedocs.org/en/latest/deploy.html
5 |
6 | [settings]
7 | default = login.settings
8 |
9 | [deploy]
10 | #url = http://localhost:6800/
11 | project = login
12 |
--------------------------------------------------------------------------------
/scrapeajax/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/scrapeajax/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/scrapeajax/ajaxscraper/ajaxscraper/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/scrapeajax/ajaxscraper/ajaxscraper/__init__.py
--------------------------------------------------------------------------------
/scrapeajax/ajaxscraper/ajaxscraper/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/scrapeajax/ajaxscraper/scrapy.cfg:
--------------------------------------------------------------------------------
1 | # Automatically created by: scrapy startproject
2 | #
3 | # For more information about the [deploy] section see:
4 | # https://scrapyd.readthedocs.org/en/latest/deploy.html
5 |
6 | [settings]
7 | default = ajaxscraper.settings
8 |
9 | [deploy]
10 | #url = http://localhost:6800/
11 | project = ajaxscraper
12 |
--------------------------------------------------------------------------------
/scrapejs/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
--------------------------------------------------------------------------------
/scrapejs/.idea/modules.xml:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/scrapejs/scrapejs/scrapejs/__init__.py:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/zseta/scrapyfundamentals/2f30aaec29a3a4dc389b8ca5e9c5a04467cf2e36/scrapejs/scrapejs/scrapejs/__init__.py
--------------------------------------------------------------------------------
/scrapejs/scrapejs/scrapejs/spiders/__init__.py:
--------------------------------------------------------------------------------
1 | # This package will contain the spiders of your Scrapy project
2 | #
3 | # Please refer to the documentation for information on how to create and manage
4 | # your spiders.
5 |
--------------------------------------------------------------------------------
/scrapejs/scrapejs/scrapy.cfg:
--------------------------------------------------------------------------------
1 | # Automatically created by: scrapy startproject
2 | #
3 | # For more information about the [deploy] section see:
4 | # https://scrapyd.readthedocs.org/en/latest/deploy.html
5 |
6 | [settings]
7 | default = scrapejs.settings
8 |
9 | [deploy]
10 | #url = http://localhost:6800/
11 | project = scrapejs
12 |
--------------------------------------------------------------------------------