Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:edson-github/python-scraping
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:master
Choose a base ref
...
head repository:REMitchell/python-scraping
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 415 files changed
  • 4 contributors

Commits on Jul 23, 2022

  1. fix No module named 'scrapy.contrib'

    scrapy.contrib has been deprecated
    @tmrblr
    tmrblr authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    201fc77View commit details
    Browse the repository at this point in the history
  2. Merge pull requestREMitchell#109from tmrblr/patch-1

    fix No module named 'scrapy.contrib'
    @REMitchell
    REMitchell authored Jul 23, 2022
    Configuration menu
    Copy the full SHA
    80c343bView commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Remove ^ from Regex for Wiki links

    The links being scraped are now absolute (full) URLs. The rule should look for links that contain `/wiki/` rather than start with `/wiki/`. Ex: https://en.wikipedia.org/wiki/Benevolent_dictator_for_life rather than /wiki/Benevolent_dictator_for_life'
    @ACPK
    ACPK authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    217b654View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2023

  1. Merge pull requestREMitchell#114from ACPK/patch-4

    Remove the `^` from regex that is looking for Wiki article links.
    @REMitchell
    REMitchell authored Feb 12, 2023
    Configuration menu
    Copy the full SHA
    8462666View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    7c6cb1aView commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge pull requestREMitchell#121from REMitchell/3e

    Adding third edition files
    @REMitchell
    REMitchell authored Feb 27, 2024
    Configuration menu
    Copy the full SHA
    2183ee8View commit details
    Browse the repository at this point in the history
Loading