Skip to content

Commit

Permalink
Merge pull request #23 from DaniloNovakovic/v2
Browse files Browse the repository at this point in the history
small changes to tracking anime section
  • Loading branch information
DaniloNovakovic authored Oct 3, 2018
2 parents 7fe5784 + 6e2d2e0 commit 8dc7a4b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,31 +108,31 @@ We can now freely watch netNinja regExp playlist and our bookmark will be automa

### **Crunchyroll**:

Let's say you wanted to watch Gintama on Crunchyroll.
First let's see what part of the url stays the same. As example let's click a few episodes and see the URL of these episodes:
Let's say you wanted to watch Gintama on Crunchyroll. <br>
First let's see what part of the url stays the same. <br> As example let's click a few episodes and see the URL of these episodes:

```
http://www.crunchyroll.com/gintama/episode-182-screw-popularity-votes-534414
http://www.crunchyroll.com/gintama/episode-187-its-goodbye-once-a-flag-is-set-537056
http://www.crunchyroll.com/gintama/episode-186-beware-of-foreshadows-535984
```

So ask yourself, **which part of these urls stays the same?**
Well it is **crunchyroll.com/gintama/** , so we would enter this as our **_regExp_** .
Now every time you clicked on link containing _crunchyroll.com/gintama_ , our bookmark would automatically update to point to that new URL.
So ask yourself, **which part of these urls stays the same?** <br>
Well it is **crunchyroll.com/gintama/** , so we would enter this as our **_regExp_** . <br>
Now every time you clicked on link containing _crunchyroll.com/gintama_ , our bookmark would automatically update to point to that new URL. <br>
But if we were to go to, let's say `http://www.crunchyroll.com/mushi-shi`, then our bookmark would NOT update because _crunchyroll.com/gintama_ is not contained in that link.

### **Kissanime**:

Now what if we wanted to watch Naruto on kissanime?
Now what if we wanted to watch Naruto on kissanime? <br>
Again, let's try clicking on few episodes and check the links:

```
https://kissanime.ac/Anime/Naruto-Dub.21820/Episode-186-Laughing-Shino?id=104053
https://kissanime.ac/Anime/Naruto-Dub.21820/Episode-197-Crisis-The-Hidden-Leaf-11-Gather?id=104064
```

Ok so what part stays the same?
Ok so what part stays the same?<br>
It's **_kissanime.ac/Anime/Naruto-Dub.21820_** , so this would be our **_regExp_**

---
Expand Down

0 comments on commit 8dc7a4b

Please sign in to comment.