Skip to content

nafmo/wwenetwork-linkmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 

Repository files navigation

WWE Network link map

Purpose

When the WWE Network version 2 was launched in July 2019, all the previous video links were rendered invalid. This database tries to provide a mapping from the old links to the new ones, to help site owners with deep links to migrate their pages.

When the WWE Network version 3 was launched in August 2023, they again rendered all old video links invalid. I then updated the mapping to provide links from both version 1 and version 2 to the version 3 links.

In January 2025, Netflix aquired all the assets of WWE Network where I live. The WWE Network links are still active for the territories where the Network is still live, but there is no transfer to Netflix for me, so I added another map. Not all videos seem to be transferred to Netflix, some might show up later, but some are on YouTube, so there is a column for those as well.

Current state

The list is far from complete, it only contains the events that I had linked in my database. Additions are welcome.

The Netflix index is missing entries. Help welcome.

File format

The mapping file is a simple comma-separated file, where the first line contains a header.

The fields are as follows:

  1. Version 1 ID. This is just the numerical ID, the initial link part (often http://network.wwe.com/video/v) is omitted.
  2. Version 2 ID. This is with the prefix (https://watch.wwe.com/episode/) omitted. If starting with a /, relative to https://watch.wwe.com/.
  3. Promotion (WWE, WCW, ECW, NXT, NXT UK)
  4. Year.
  5. Event title.
  6. Version 3 ID. This is with the prefix (https://network.wwe.com/video/) omitted. The name part after the second slash is optional (if included).
  7. Netflix ID. This is with the prefix (https://www.netflix.com/watch/) omitted.
  8. YouTube ID. This is with the prefix (https://www.youtube.com/watch?v=) ommitted.

Fields contain - if the video does not exist in that index, or if I do not have the version ID available.

Scripts

The script rewritehtml.perl can be used to rewrite links in HTML pages. Run it from the database directory and pass the names of the files you wish to rewrite as parameters. It will update all known links, leaving any links not mapped in the database alone.

Author

Contributors

About

WWE Network v1/v2 to v3 link map

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages